Html Css Color HEX #3696C4 Curious Blue

📋 copy color: '#3696C4'

red 54 ◦ green 150 ◦ blue 196

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

Shades of Curious Blue #3696C4

Tints of Curious Blue #3696C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 49%

R = 13.5%
G = 37.5%
B = 49%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#3696C4 (or 0x3696C4) is known color: Curious Blue. HEX triplet: 36, 96 and C4. RGB value is (54,150,196). Sum of RGB (Red+Green+Blue) = 54+150+196=400 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.5% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 196 (76.95% from 255 or 49% from 400); Max value from RGB is 196 - color contains mainly: blue. Hex color #3696C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3696C4 is #C9693B. Grayscale: #7E7E7E. Windows color (decimal): -13199676 or 12883510. OLE color: 12883510.

HSL color Cylindrical-coordinate representation of color #3696C4: hue angle of 199.44º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3696C4 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 54 150 196 -
CMYK 0.72 0.23 0 0.23
HSL 199.44º 0.57% 0.49% -
HSV(B) 199.44º 0.72% 0.77% -
XYZ 22.39 26.58 56.18 -
YUV 126.54 167.2 76.26 -
System Red Green Blue C M Y K H S L
Decimal 54 150 196 0.72 0.23 0 0.23 199.44 0.57 0.49
Hex 36 96 C4 48 17 0 17 C7 39 31
Octal 66 226 304 110 27 0 27 307 71 61
Binary 110110 10010110 11000100 1001000 10111 0 10111 11000111 111001 110001

Color Harmonies of #3696C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3696C4

Black with #3696C4

Text Example


Text Example

White with #3696C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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