Html Css Color HEX #3699CB Curious Blue

📋 copy color: '#3699CB'

red 54 ◦ green 153 ◦ blue 203

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

Shades of Curious Blue #3699CB

Tints of Curious Blue #3699CB

RGB

 RED value IS 54 (21.48% from 255) = 13.17%

 GREEN value IS 153 (60.16% from 255) = 37.32%

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

R = 13.17%
G = 37.32%
B = 49.51%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3699CB (or 0x3699CB) is known color: Curious Blue. HEX triplet: 36, 99 and CB. RGB value is (54,153,203). Sum of RGB (Red+Green+Blue) = 54+153+203=410 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.17% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #3699CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3699CB is #C96634. Grayscale: #808080. Windows color (decimal): -13198901 or 13343030. OLE color: 13343030.

HSL color Cylindrical-coordinate representation of color #3699CB: hue angle of 200.13º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3699CB is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 153 203 -
CMYK 0.73 0.25 0 0.20
HSL 200.13º 0.59% 0.5% -
HSV(B) 200.13º 0.73% 0.8% -
XYZ 23.69 27.88 60.63 -
YUV 129.1 169.7 74.43 -
System Red Green Blue C M Y K H S L
Decimal 54 153 203 0.73 0.25 0 0.20 200.13 0.59 0.5
Hex 36 99 CB 49 19 0 14 C8 3B 32
Octal 66 231 313 111 31 0 24 310 73 62
Binary 110110 10011001 11001011 1001001 11001 0 10100 11001000 111011 110010

Color Harmonies of #3699CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3699CB

Black with #3699CB

Text Example


Text Example

White with #3699CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,153,203); }

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

background-color css

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

 a { background-color: rgb(54,153,203); }

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

border-color css

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

 span { border-color: rgb(54,153,203); }

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