Html Css Color HEX #3491CB Curious Blue

📋 copy color: '#3491CB'

red 52 ◦ green 145 ◦ blue 203

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

Shades of Curious Blue #3491CB

Tints of Curious Blue #3491CB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.25%

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

R = 13%
G = 36.25%
B = 50.75%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3491CB (or 0x3491CB) is known color: Curious Blue. HEX triplet: 34, 91 and CB. RGB value is (52,145,203). Sum of RGB (Red+Green+Blue) = 52+145+203=400 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #3491CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3491CB is #CB6E34. Grayscale: #7B7B7B. Windows color (decimal): -13332021 or 13340980. OLE color: 13340980.

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

Color convert

RGB 52 145 203 -
CMYK 0.74 0.29 0 0.20
HSL 203.05º 0.59% 0.5% -
HSV(B) 203.05º 0.74% 0.8% -
XYZ 22.32 25.29 60.21 -
YUV 123.81 172.69 76.78 -
System Red Green Blue C M Y K H S L
Decimal 52 145 203 0.74 0.29 0 0.20 203.05 0.59 0.5
Hex 34 91 CB 4A 1D 0 14 CB 3B 32
Octal 64 221 313 112 35 0 24 313 73 62
Binary 110100 10010001 11001011 1001010 11101 0 10100 11001011 111011 110010

Color Harmonies of #3491CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3491CB

Black with #3491CB

Text Example


Text Example

White with #3491CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3491CB; }

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

 H1.HeaderClassName
 {
   color: #3491CB;
 }
 .AnyTagClassName
 {
   color: #3491CB;
 }
</style>

background-color css

<style>
 a { background-color: #3491CB; }

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

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

border-color css

<style>
 span { border-color: #3491CB; }

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

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