Html Css Color HEX #347BCC Curious Blue

📋 copy color: '#347BCC'

red 52 ◦ green 123 ◦ blue 204

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

Shades of Curious Blue #347BCC

Tints of Curious Blue #347BCC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.45%

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

R = 13.72%
G = 32.45%
B = 53.83%

CMYK

 C value IS 0.75

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#347BCC (or 0x347BCC) is known color: Curious Blue. HEX triplet: 34, 7B and CC. RGB value is (52,123,204). Sum of RGB (Red+Green+Blue) = 52+123+204=379 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.72% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #347BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347BCC is #CB8433. Grayscale: #6E6E6E. Windows color (decimal): -13337652 or 13400884. OLE color: 13400884.

HSL color Cylindrical-coordinate representation of color #347BCC: hue angle of 211.97º 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 #347BCC is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 52 123 204 -
CMYK 0.75 0.40 0 0.2
HSL 211.97º 0.6% 0.5% -
HSV(B) 211.97º 0.75% 0.8% -
XYZ 19.4 19.26 59.82 -
YUV 111.01 180.48 85.91 -
System Red Green Blue C M Y K H S L
Decimal 52 123 204 0.75 0.40 0 0.2 211.97 0.6 0.5
Hex 34 7B CC 4B 28 0 14 D4 3C 32
Octal 64 173 314 113 50 0 24 324 74 62
Binary 110100 1111011 11001100 1001011 101000 0 10100 11010100 111100 110010

Color Harmonies of #347BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347BCC

Black with #347BCC

Text Example


Text Example

White with #347BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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