#347BB5

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

Shades of Curious Blue #347BB5

Tints of Curious Blue #347BB5

Color information

#347BB5 (or 0x347BB5) is unknown color: approx Curious Blue. HEX triplet: 34, 7B and B5. RGB value is (52,123,181). Sum of RGB (Red+Green+Blue) = 52+123+181=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 181 (71.09% from 255 or 50.84% from 356); Max value from RGB is 181 - color contains mainly: blue. Hex color #347BB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347BB5 is #CB844A. Grayscale: #6C6C6C. Windows color (decimal): -13337675 or 11893556. OLE color: 11893556.

HSL color Cylindrical-coordinate representation of color #347BB5: hue angle of 206.98º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #347BB5 is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB52123181-
CMYK0.710.3200.29
HSL206.98º55.36%45.69%-
HSV(B)206.98º71.27%70.98%-
XYZ16.8418.2346.35-
YUV108.38168.9887.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.61%
GREEN value IS 123 (48.44% from 255) = 34.55%
BLUE value IS 181 (71.09% from 255) = 50.84%
R=14.61%
G=34.55%
B=50.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal521231810.710.3200.29206.9855.3645.69
Hex347BB5472001Dcf372e
Octal64173265107400353176756
Binary110100111101110110101100011110000001110111001111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347BB5; }

 p { color: rgb(52,123,181); }

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

<style>
 a { background-color: #347BB5; }

 a { background-color: rgb(52,123,181); }

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

<style>
 span { border-color: #347BB5; }

 span { border-color: rgb(52,123,181); }

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