Html Css Color HEX #347ACB Curious Blue

📋 copy color: '#347ACB'

red 52 ◦ green 122 ◦ blue 203

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

Shades of Curious Blue #347ACB

Tints of Curious Blue #347ACB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.36%

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

R = 13.79%
G = 32.36%
B = 53.85%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#347ACB (or 0x347ACB) is known color: Curious Blue. HEX triplet: 34, 7A and CB. RGB value is (52,122,203). Sum of RGB (Red+Green+Blue) = 52+122+203=377 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.79% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #347ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347ACB is #CB8534. Grayscale: #6D6D6D. Windows color (decimal): -13337909 or 13335092. OLE color: 13335092.

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

Color convert

RGB 52 122 203 -
CMYK 0.74 0.40 0 0.20
HSL 212.19º 0.59% 0.5% -
HSV(B) 212.19º 0.74% 0.8% -
XYZ 19.16 18.96 59.15 -
YUV 110.3 180.31 86.41 -
System Red Green Blue C M Y K H S L
Decimal 52 122 203 0.74 0.40 0 0.20 212.19 0.59 0.5
Hex 34 7A CB 4A 28 0 14 D4 3B 32
Octal 64 172 313 112 50 0 24 324 73 62
Binary 110100 1111010 11001011 1001010 101000 0 10100 11010100 111011 110010

Color Harmonies of #347ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347ACB

Black with #347ACB

Text Example


Text Example

White with #347ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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