Html Css Color HEX #3A96CB Curious Blue

📋 copy color: '#3A96CB'

red 58 ◦ green 150 ◦ blue 203

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

Shades of Curious Blue #3A96CB

Tints of Curious Blue #3A96CB

RGB

 RED value IS 58 (23.05% from 255) = 14.11%

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

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

R = 14.11%
G = 36.5%
B = 49.39%

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

#3A96CB (or 0x3A96CB) is known color: Curious Blue. HEX triplet: 3A, 96 and CB. RGB value is (58,150,203). Sum of RGB (Red+Green+Blue) = 58+150+203=411 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.11% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #3A96CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A96CB is #C56934. Grayscale: #808080. Windows color (decimal): -12937525 or 13342266. OLE color: 13342266.

HSL color Cylindrical-coordinate representation of color #3A96CB: hue angle of 201.93º 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 #3A96CB is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 150 203 -
CMYK 0.71 0.26 0 0.20
HSL 201.93º 0.58% 0.51% -
HSV(B) 201.93º 0.71% 0.8% -
XYZ 23.43 27.02 60.48 -
YUV 128.53 170.02 77.69 -
System Red Green Blue C M Y K H S L
Decimal 58 150 203 0.71 0.26 0 0.20 201.93 0.58 0.51
Hex 3A 96 CB 47 1A 0 14 CA 3A 33
Octal 72 226 313 107 32 0 24 312 72 63
Binary 111010 10010110 11001011 1000111 11010 0 10100 11001010 111010 110011

Color Harmonies of #3A96CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A96CB

Black with #3A96CB

Text Example


Text Example

White with #3A96CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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