Html Css Color HEX #3F8CCE Curious Blue

📋 copy color: '#3F8CCE'

red 63 ◦ green 140 ◦ blue 206

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

Shades of Curious Blue #3F8CCE

Tints of Curious Blue #3F8CCE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.23%

 BLUE value IS 206 (80.86% from 255) = 50.37%

R = 15.4%
G = 34.23%
B = 50.37%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F8CCE (or 0x3F8CCE) is known color: Curious Blue. HEX triplet: 3F, 8C and CE. RGB value is (63,140,206). Sum of RGB (Red+Green+Blue) = 63+140+206=409 (54% of max value = 765). Red value is 63 (25% from 255 or 15.40% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F8CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8CCE is #C07331. Grayscale: #7C7C7C. Windows color (decimal): -12612402 or 13536319. OLE color: 13536319.

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

Color convert

RGB 63 140 206 -
CMYK 0.69 0.32 0 0.19
HSL 207.69º 0.59% 0.53% -
HSV(B) 207.69º 0.69% 0.81% -
XYZ 22.57 24.27 61.89 -
YUV 124.5 173.99 84.13 -
System Red Green Blue C M Y K H S L
Decimal 63 140 206 0.69 0.32 0 0.19 207.69 0.59 0.53
Hex 3F 8C CE 45 20 0 13 D0 3B 35
Octal 77 214 316 105 40 0 23 320 73 65
Binary 111111 10001100 11001110 1000101 100000 0 10011 11010000 111011 110101

Color Harmonies of #3F8CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8CCE

Black with #3F8CCE

Text Example


Text Example

White with #3F8CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,140,206); }

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

background-color css

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

 a { background-color: rgb(63,140,206); }

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

border-color css

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

 span { border-color: rgb(63,140,206); }

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