Html Css Color HEX #347FCB Curious Blue

📋 copy color: '#347FCB'

red 52 ◦ green 127 ◦ blue 203

#347FCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #347FCB

Tints of Curious Blue #347FCB

RGB

 RED value IS 52 (20.7% from 255) = 13.61%

 GREEN value IS 127 (50% from 255) = 33.25%

 BLUE value IS 203 (79.69% from 255) = 53.14%

R = 13.61%
G = 33.25%
B = 53.14%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#347FCB (or 0x347FCB) is known color: Curious Blue. HEX triplet: 34, 7F and CB. RGB value is (52,127,203). Sum of RGB (Red+Green+Blue) = 52+127+203=382 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.61% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #347FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347FCB is #CB8034. Grayscale: #707070. Windows color (decimal): -13336629 or 13336372. OLE color: 13336372.

HSL color Cylindrical-coordinate representation of color #347FCB: hue angle of 210.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #347FCB is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 127 203 -
CMYK 0.74 0.37 0 0.20
HSL 210.2º 0.59% 0.5% -
HSV(B) 210.2º 0.74% 0.8% -
XYZ 19.79 20.22 59.36 -
YUV 113.24 178.65 84.32 -
System Red Green Blue C M Y K H S L
Decimal 52 127 203 0.74 0.37 0 0.20 210.2 0.59 0.5
Hex 34 7F CB 4A 25 0 14 D2 3B 32
Octal 64 177 313 112 45 0 24 322 73 62
Binary 110100 1111111 11001011 1001010 100101 0 10100 11010010 111011 110010

Color Harmonies of #347FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347FCB

Black with #347FCB

Text Example


Text Example

White with #347FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,127,203); }

 H1.HeaderClassName
 {
   color: #347FCB;
 }
 .AnyTagClassName
 {
   color: #347FCB;
 }
</style>

background-color css

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

 a { background-color: rgb(52,127,203); }

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

border-color css

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

 span { border-color: rgb(52,127,203); }

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