Html Css Color HEX #3F94CE Curious Blue

📋 copy color: '#3F94CE'

red 63 ◦ green 148 ◦ blue 206

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

Shades of Curious Blue #3F94CE

Tints of Curious Blue #3F94CE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.49%

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

R = 15.11%
G = 35.49%
B = 49.4%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F94CE (or 0x3F94CE) is known color: Curious Blue. HEX triplet: 3F, 94 and CE. RGB value is (63,148,206). Sum of RGB (Red+Green+Blue) = 63+148+206=417 (55% of max value = 765). Red value is 63 (25% from 255 or 15.11% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F94CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F94CE is #C06B31. Grayscale: #808080. Windows color (decimal): -12610354 or 13538367. OLE color: 13538367.

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

Color convert

RGB 63 148 206 -
CMYK 0.69 0.28 0 0.19
HSL 204.34º 0.59% 0.53% -
HSV(B) 204.34º 0.69% 0.81% -
XYZ 23.78 26.69 62.29 -
YUV 129.2 171.34 80.78 -
System Red Green Blue C M Y K H S L
Decimal 63 148 206 0.69 0.28 0 0.19 204.34 0.59 0.53
Hex 3F 94 CE 45 1C 0 13 CC 3B 35
Octal 77 224 316 105 34 0 23 314 73 65
Binary 111111 10010100 11001110 1000101 11100 0 10011 11001100 111011 110101

Color Harmonies of #3F94CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F94CE

Black with #3F94CE

Text Example


Text Example

White with #3F94CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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