Html Css Color HEX #347CBC Curious Blue

📋 copy color: '#347CBC'

red 52 ◦ green 124 ◦ blue 188

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

Shades of Curious Blue #347CBC

Tints of Curious Blue #347CBC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.07%

 BLUE value IS 188 (73.83% from 255) = 51.65%

R = 14.29%
G = 34.07%
B = 51.65%

CMYK

 C value IS 0.72

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#347CBC (or 0x347CBC) is known color: Curious Blue. HEX triplet: 34, 7C and BC. RGB value is (52,124,188). Sum of RGB (Red+Green+Blue) = 52+124+188=364 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.29% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #347CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347CBC is #CB8343. Grayscale: #6D6D6D. Windows color (decimal): -13337412 or 12352564. OLE color: 12352564.

HSL color Cylindrical-coordinate representation of color #347CBC: hue angle of 208.24º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #347CBC is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 124 188 -
CMYK 0.72 0.34 0 0.26
HSL 208.24º 0.57% 0.47% -
HSV(B) 208.24º 0.72% 0.74% -
XYZ 17.7 18.78 50.27 -
YUV 109.77 172.15 86.8 -
System Red Green Blue C M Y K H S L
Decimal 52 124 188 0.72 0.34 0 0.26 208.24 0.57 0.47
Hex 34 7C BC 48 22 0 1A D0 39 2F
Octal 64 174 274 110 42 0 32 320 71 57
Binary 110100 1111100 10111100 1001000 100010 0 11010 11010000 111001 101111

Color Harmonies of #347CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347CBC

Black with #347CBC

Text Example


Text Example

White with #347CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,124,188); }

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

background-color css

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

 a { background-color: rgb(52,124,188); }

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

border-color css

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

 span { border-color: rgb(52,124,188); }

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