Html Css Color HEX #3B96CB Curious Blue

📋 copy color: '#3B96CB'

red 59 ◦ green 150 ◦ blue 203

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

Shades of Curious Blue #3B96CB

Tints of Curious Blue #3B96CB

RGB

 RED value IS 59 (23.44% from 255) = 14.32%

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

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

R = 14.32%
G = 36.41%
B = 49.27%

CMYK

 C value IS 0.71

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3B96CB (or 0x3B96CB) is known color: Curious Blue. HEX triplet: 3B, 96 and CB. RGB value is (59,150,203). Sum of RGB (Red+Green+Blue) = 59+150+203=412 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.32% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #3B96CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B96CB is #C46934. Grayscale: #808080. Windows color (decimal): -12871989 or 13342267. OLE color: 13342267.

HSL color Cylindrical-coordinate representation of color #3B96CB: hue angle of 202.08º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B96CB is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 59 150 203 -
CMYK 0.71 0.26 0 0.20
HSL 202.08º 0.58% 0.51% -
HSV(B) 202.08º 0.71% 0.8% -
XYZ 23.49 27.05 60.48 -
YUV 128.83 169.85 78.19 -
System Red Green Blue C M Y K H S L
Decimal 59 150 203 0.71 0.26 0 0.20 202.08 0.58 0.51
Hex 3B 96 CB 47 1A 0 14 CA 3A 33
Octal 73 226 313 107 32 0 24 312 72 63
Binary 111011 10010110 11001011 1000111 11010 0 10100 11001010 111010 110011

Color Harmonies of #3B96CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B96CB

Black with #3B96CB

Text Example


Text Example

White with #3B96CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B96CB; }

 p { color: rgb(59,150,203); }

 H1.HeaderClassName
 {
   color: #3B96CB;
 }
 .AnyTagClassName
 {
   color: #3B96CB;
 }
</style>

background-color css

<style>
 a { background-color: #3B96CB; }

 a { background-color: rgb(59,150,203); }

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

border-color css

<style>
 span { border-color: #3B96CB; }

 span { border-color: rgb(59,150,203); }

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