Html Css Color HEX #3F94CF Curious Blue

📋 copy color: '#3F94CF'

red 63 ◦ green 148 ◦ blue 207

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

Shades of Curious Blue #3F94CF

Tints of Curious Blue #3F94CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.52%

R = 15.07%
G = 35.41%
B = 49.52%

CMYK

 C value IS 0.70

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F94CF (or 0x3F94CF) is known color: Curious Blue. HEX triplet: 3F, 94 and CF. RGB value is (63,148,207). Sum of RGB (Red+Green+Blue) = 63+148+207=418 (55% of max value = 765). Red value is 63 (25% from 255 or 15.07% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #3F94CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F94CF is #C06B30. Grayscale: #808080. Windows color (decimal): -12610353 or 13603903. OLE color: 13603903.

HSL color Cylindrical-coordinate representation of color #3F94CF: hue angle of 204.58º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F94CF is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 148 207 -
CMYK 0.70 0.29 0 0.19
HSL 204.58º 0.6% 0.53% -
HSV(B) 204.58º 0.7% 0.81% -
XYZ 23.9 26.74 62.93 -
YUV 129.31 171.84 80.7 -
System Red Green Blue C M Y K H S L
Decimal 63 148 207 0.70 0.29 0 0.19 204.58 0.6 0.53
Hex 3F 94 CF 46 1D 0 13 CD 3C 35
Octal 77 224 317 106 35 0 23 315 74 65
Binary 111111 10010100 11001111 1000110 11101 0 10011 11001101 111100 110101

Color Harmonies of #3F94CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F94CF

Black with #3F94CF

Text Example


Text Example

White with #3F94CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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