Html Css Color HEX #3F95D0 Curious Blue

📋 copy color: '#3F95D0'

red 63 ◦ green 149 ◦ blue 208

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

Shades of Curious Blue #3F95D0

Tints of Curious Blue #3F95D0

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.48%

 BLUE value IS 208 (81.64% from 255) = 49.52%

R = 15%
G = 35.48%
B = 49.52%

CMYK

 C value IS 0.70

 M value IS 0.28

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3F95D0 (or 0x3F95D0) is known color: Curious Blue. HEX triplet: 3F, 95 and D0. RGB value is (63,149,208). Sum of RGB (Red+Green+Blue) = 63+149+208=420 (55% of max value = 765). Red value is 63 (25% from 255 or 15% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 208 (81.64% from 255 or 49.52% from 420); Max value from RGB is 208 - color contains mainly: blue. Hex color #3F95D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F95D0 is #C06A2F. Grayscale: #818181. Windows color (decimal): -12610096 or 13669695. OLE color: 13669695.

HSL color Cylindrical-coordinate representation of color #3F95D0: hue angle of 204.41º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F95D0 is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 63 149 208 -
CMYK 0.70 0.28 0 0.18
HSL 204.41º 0.61% 0.53% -
HSV(B) 204.41º 0.7% 0.82% -
XYZ 24.18 27.11 63.63 -
YUV 130.01 172.01 80.2 -
System Red Green Blue C M Y K H S L
Decimal 63 149 208 0.70 0.28 0 0.18 204.41 0.61 0.53
Hex 3F 95 D0 46 1C 0 12 CC 3D 35
Octal 77 225 320 106 34 0 22 314 75 65
Binary 111111 10010101 11010000 1000110 11100 0 10010 11001100 111101 110101

Color Harmonies of #3F95D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F95D0

Black with #3F95D0

Text Example


Text Example

White with #3F95D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,149,208); }

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

background-color css

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

 a { background-color: rgb(63,149,208); }

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

border-color css

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

 span { border-color: rgb(63,149,208); }

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