Html Css Color HEX #347FCC Curious Blue

📋 copy color: '#347FCC'

red 52 ◦ green 127 ◦ blue 204

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

Shades of Curious Blue #347FCC

Tints of Curious Blue #347FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.26%

R = 13.58%
G = 33.16%
B = 53.26%

CMYK

 C value IS 0.75

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#347FCC (or 0x347FCC) is known color: Curious Blue. HEX triplet: 34, 7F and CC. RGB value is (52,127,204). Sum of RGB (Red+Green+Blue) = 52+127+204=383 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.58% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #347FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347FCC is #CB8033. Grayscale: #707070. Windows color (decimal): -13336628 or 13401908. OLE color: 13401908.

HSL color Cylindrical-coordinate representation of color #347FCC: hue angle of 210.39º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #347FCC is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 52 127 204 -
CMYK 0.75 0.38 0 0.2
HSL 210.39º 0.6% 0.5% -
HSV(B) 210.39º 0.75% 0.8% -
XYZ 19.9 20.27 59.99 -
YUV 113.35 179.15 84.24 -
System Red Green Blue C M Y K H S L
Decimal 52 127 204 0.75 0.38 0 0.2 210.39 0.6 0.5
Hex 34 7F CC 4B 26 0 14 D2 3C 32
Octal 64 177 314 113 46 0 24 322 74 62
Binary 110100 1111111 11001100 1001011 100110 0 10100 11010010 111100 110010

Color Harmonies of #347FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347FCC

Black with #347FCC

Text Example


Text Example

White with #347FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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