Html Css Color HEX #3F96CD Curious Blue

📋 copy color: '#3F96CD'

red 63 ◦ green 150 ◦ blue 205

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

Shades of Curious Blue #3F96CD

Tints of Curious Blue #3F96CD

RGB

 RED value IS 63 (25% from 255) = 15.07%

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

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

R = 15.07%
G = 35.89%
B = 49.04%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F96CD (or 0x3F96CD) is known color: Curious Blue. HEX triplet: 3F, 96 and CD. RGB value is (63,150,205). Sum of RGB (Red+Green+Blue) = 63+150+205=418 (55% of max value = 765). Red value is 63 (25% from 255 or 15.07% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F96CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F96CD is #C06932. Grayscale: #818181. Windows color (decimal): -12609843 or 13473343. OLE color: 13473343.

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

Color convert

RGB 63 150 205 -
CMYK 0.69 0.27 0 0.20
HSL 203.24º 0.59% 0.53% -
HSV(B) 203.24º 0.69% 0.8% -
XYZ 23.98 27.28 61.76 -
YUV 130.26 170.18 80.03 -
System Red Green Blue C M Y K H S L
Decimal 63 150 205 0.69 0.27 0 0.20 203.24 0.59 0.53
Hex 3F 96 CD 45 1B 0 14 CB 3B 35
Octal 77 226 315 105 33 0 24 313 73 65
Binary 111111 10010110 11001101 1000101 11011 0 10100 11001011 111011 110101

Color Harmonies of #3F96CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F96CD

Black with #3F96CD

Text Example


Text Example

White with #3F96CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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