#348CB7

Color #348CB7 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #348CB7

Tints of Curious Blue #348CB7

Color information

#348CB7 (or 0x348CB7) is unknown color: approx Curious Blue. HEX triplet: 34, 8C and B7. RGB value is (52,140,183). Sum of RGB (Red+Green+Blue) = 52+140+183=375 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.87% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 183 (71.88% from 255 or 48.8% from 375); Max value from RGB is 183 - color contains mainly: blue. Hex color #348CB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348CB7 is #CB7348. Grayscale: #767676. Windows color (decimal): -13333321 or 12028980. OLE color: 12028980.

HSL color Cylindrical-coordinate representation of color #348CB7: hue angle of 199.69º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #348CB7 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB52140183-
CMYK0.720.2300.28
HSL199.69º55.74%46.08%-
HSV(B)199.69º71.58%71.76%-
XYZ19.3422.9148.2-
YUV118.59164.3580.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 13.87%
GREEN value IS 140 (55.08% from 255) = 37.33%
BLUE value IS 183 (71.88% from 255) = 48.8%
R=13.87%
G=37.33%
B=48.8%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal521401830.720.2300.28199.6955.7446.08
Hex348CB7481701Cc8382e
Octal64214267110270343107056
Binary110100100011001011011110010001011101110011001000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348CB7; }

 p { color: rgb(52,140,183); }

 H1.HeaderClassName
 {
   color: #348CB7;
 }
 .AnyTagClassName
 {
   color: #348CB7;
 }
</style>
background-color css

<style>
 a { background-color: #348CB7; }

 a { background-color: rgb(52,140,183); }

 div.DivClassName
 {
   background-color: #348CB7;
 }
 .BgClassName
 {
   background-color: #348CB7;
 }
</style>
border-color css

<style>
 span { border-color: #348CB7; }

 span { border-color: rgb(52,140,183); }

 td.TdClassName
 {
   border-color: #348CB7;
 }
 .TagClassName
 {
   border-color: #348CB7;
 }
</style>