Html Css Color HEX #347DCB Curious Blue

📋 copy color: '#347DCB'

red 52 ◦ green 125 ◦ blue 203

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

Shades of Curious Blue #347DCB

Tints of Curious Blue #347DCB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.89%

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

R = 13.68%
G = 32.89%
B = 53.42%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#347DCB (or 0x347DCB) is known color: Curious Blue. HEX triplet: 34, 7D and CB. RGB value is (52,125,203). Sum of RGB (Red+Green+Blue) = 52+125+203=380 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.68% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #347DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347DCB is #CB8234. Grayscale: #6F6F6F. Windows color (decimal): -13337141 or 13335860. OLE color: 13335860.

HSL color Cylindrical-coordinate representation of color #347DCB: hue angle of 210.99º 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 #347DCB is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 125 203 -
CMYK 0.74 0.38 0 0.20
HSL 210.99º 0.59% 0.5% -
HSV(B) 210.99º 0.74% 0.8% -
XYZ 19.53 19.71 59.27 -
YUV 112.07 179.32 85.16 -
System Red Green Blue C M Y K H S L
Decimal 52 125 203 0.74 0.38 0 0.20 210.99 0.59 0.5
Hex 34 7D CB 4A 26 0 14 D3 3B 32
Octal 64 175 313 112 46 0 24 323 73 62
Binary 110100 1111101 11001011 1001010 100110 0 10100 11010011 111011 110010

Color Harmonies of #347DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347DCB

Black with #347DCB

Text Example


Text Example

White with #347DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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