Html Css Color HEX #3F8FCD Curious Blue

📋 copy color: '#3F8FCD'

red 63 ◦ green 143 ◦ blue 205

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

Shades of Curious Blue #3F8FCD

Tints of Curious Blue #3F8FCD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.79%

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

R = 15.33%
G = 34.79%
B = 49.88%

CMYK

 C value IS 0.69

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F8FCD (or 0x3F8FCD) is known color: Curious Blue. HEX triplet: 3F, 8F and CD. RGB value is (63,143,205). Sum of RGB (Red+Green+Blue) = 63+143+205=411 (54% of max value = 765). Red value is 63 (25% from 255 or 15.33% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F8FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8FCD is #C07032. Grayscale: #7D7D7D. Windows color (decimal): -12611635 or 13471551. OLE color: 13471551.

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

Color convert

RGB 63 143 205 -
CMYK 0.69 0.30 0 0.20
HSL 206.2º 0.59% 0.53% -
HSV(B) 206.2º 0.69% 0.8% -
XYZ 22.89 25.11 61.4 -
YUV 126.15 172.5 82.96 -
System Red Green Blue C M Y K H S L
Decimal 63 143 205 0.69 0.30 0 0.20 206.2 0.59 0.53
Hex 3F 8F CD 45 1E 0 14 CE 3B 35
Octal 77 217 315 105 36 0 24 316 73 65
Binary 111111 10001111 11001101 1000101 11110 0 10100 11001110 111011 110101

Color Harmonies of #3F8FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8FCD

Black with #3F8FCD

Text Example


Text Example

White with #3F8FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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