Html Css Color HEX #3F85CD Curious Blue

📋 copy color: '#3F85CD'

red 63 ◦ green 133 ◦ blue 205

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

Shades of Curious Blue #3F85CD

Tints of Curious Blue #3F85CD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.17%

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

R = 15.71%
G = 33.17%
B = 51.12%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F85CD (or 0x3F85CD) is known color: Curious Blue. HEX triplet: 3F, 85 and CD. RGB value is (63,133,205). Sum of RGB (Red+Green+Blue) = 63+133+205=401 (53% of max value = 765). Red value is 63 (25% from 255 or 15.71% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F85CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F85CD is #C07A32. Grayscale: #777777. Windows color (decimal): -12614195 or 13468991. OLE color: 13468991.

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

Color convert

RGB 63 133 205 -
CMYK 0.69 0.35 0 0.20
HSL 210.42º 0.59% 0.53% -
HSV(B) 210.42º 0.69% 0.8% -
XYZ 21.46 22.24 60.92 -
YUV 120.28 175.81 87.15 -
System Red Green Blue C M Y K H S L
Decimal 63 133 205 0.69 0.35 0 0.20 210.42 0.59 0.53
Hex 3F 85 CD 45 23 0 14 D2 3B 35
Octal 77 205 315 105 43 0 24 322 73 65
Binary 111111 10000101 11001101 1000101 100011 0 10100 11010010 111011 110101

Color Harmonies of #3F85CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F85CD

Black with #3F85CD

Text Example


Text Example

White with #3F85CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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