Html Css Color HEX #3F8ECB Curious Blue

📋 copy color: '#3F8ECB'

red 63 ◦ green 142 ◦ blue 203

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

Shades of Curious Blue #3F8ECB

Tints of Curious Blue #3F8ECB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.8%

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

R = 15.44%
G = 34.8%
B = 49.75%

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

#3F8ECB (or 0x3F8ECB) is known color: Curious Blue. HEX triplet: 3F, 8E and CB. RGB value is (63,142,203). Sum of RGB (Red+Green+Blue) = 63+142+203=408 (54% of max value = 765). Red value is 63 (25% from 255 or 15.44% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F8ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8ECB is #C07134. Grayscale: #7D7D7D. Windows color (decimal): -12611893 or 13340223. OLE color: 13340223.

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

Color convert

RGB 63 142 203 -
CMYK 0.69 0.30 0 0.20
HSL 206.14º 0.57% 0.52% -
HSV(B) 206.14º 0.69% 0.8% -
XYZ 22.5 24.71 60.08 -
YUV 125.33 171.83 83.54 -
System Red Green Blue C M Y K H S L
Decimal 63 142 203 0.69 0.30 0 0.20 206.14 0.57 0.52
Hex 3F 8E CB 45 1E 0 14 CE 39 34
Octal 77 216 313 105 36 0 24 316 71 64
Binary 111111 10001110 11001011 1000101 11110 0 10100 11001110 111001 110100

Color Harmonies of #3F8ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8ECB

Black with #3F8ECB

Text Example


Text Example

White with #3F8ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,142,203); }

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

background-color css

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

 a { background-color: rgb(63,142,203); }

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

border-color css

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

 span { border-color: rgb(63,142,203); }

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