Html Css Color HEX #3A96CD Curious Blue

📋 copy color: '#3A96CD'

red 58 ◦ green 150 ◦ blue 205

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

Shades of Curious Blue #3A96CD

Tints of Curious Blue #3A96CD

RGB

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

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

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

R = 14.04%
G = 36.32%
B = 49.64%

CMYK

 C value IS 0.72

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A96CD (or 0x3A96CD) is known color: Curious Blue. HEX triplet: 3A, 96 and CD. RGB value is (58,150,205). Sum of RGB (Red+Green+Blue) = 58+150+205=413 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.04% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A96CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A96CD is #C56932. Grayscale: #808080. Windows color (decimal): -12937523 or 13473338. OLE color: 13473338.

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

Color convert

RGB 58 150 205 -
CMYK 0.72 0.27 0 0.20
HSL 202.45º 0.6% 0.52% -
HSV(B) 202.45º 0.72% 0.8% -
XYZ 23.67 27.12 61.74 -
YUV 128.76 171.02 77.53 -
System Red Green Blue C M Y K H S L
Decimal 58 150 205 0.72 0.27 0 0.20 202.45 0.6 0.52
Hex 3A 96 CD 48 1B 0 14 CA 3C 34
Octal 72 226 315 110 33 0 24 312 74 64
Binary 111010 10010110 11001101 1001000 11011 0 10100 11001010 111100 110100

Color Harmonies of #3A96CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A96CD

Black with #3A96CD

Text Example


Text Example

White with #3A96CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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