Html Css Color HEX #3696CD Curious Blue

📋 copy color: '#3696CD'

red 54 ◦ green 150 ◦ blue 205

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

Shades of Curious Blue #3696CD

Tints of Curious Blue #3696CD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.67%

 BLUE value IS 205 (80.47% from 255) = 50.12%

R = 13.2%
G = 36.67%
B = 50.12%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3696CD (or 0x3696CD) is known color: Curious Blue. HEX triplet: 36, 96 and CD. RGB value is (54,150,205). Sum of RGB (Red+Green+Blue) = 54+150+205=409 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.20% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #3696CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3696CD is #C96932. Grayscale: #7F7F7F. Windows color (decimal): -13199667 or 13473334. OLE color: 13473334.

HSL color Cylindrical-coordinate representation of color #3696CD: hue angle of 201.85º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3696CD is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 150 205 -
CMYK 0.74 0.27 0 0.20
HSL 201.85º 0.6% 0.51% -
HSV(B) 201.85º 0.74% 0.8% -
XYZ 23.45 27 61.73 -
YUV 127.57 171.7 75.53 -
System Red Green Blue C M Y K H S L
Decimal 54 150 205 0.74 0.27 0 0.20 201.85 0.6 0.51
Hex 36 96 CD 4A 1B 0 14 CA 3C 33
Octal 66 226 315 112 33 0 24 312 74 63
Binary 110110 10010110 11001101 1001010 11011 0 10100 11001010 111100 110011

Color Harmonies of #3696CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3696CD

Black with #3696CD

Text Example


Text Example

White with #3696CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3696CD; }

 p { color: rgb(54,150,205); }

 H1.HeaderClassName
 {
   color: #3696CD;
 }
 .AnyTagClassName
 {
   color: #3696CD;
 }
</style>

background-color css

<style>
 a { background-color: #3696CD; }

 a { background-color: rgb(54,150,205); }

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

border-color css

<style>
 span { border-color: #3696CD; }

 span { border-color: rgb(54,150,205); }

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