Html Css Color HEX #3F93BC Curious Blue

📋 copy color: '#3F93BC'

red 63 ◦ green 147 ◦ blue 188

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

Shades of Curious Blue #3F93BC

Tints of Curious Blue #3F93BC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.93%

 BLUE value IS 188 (73.83% from 255) = 47.24%

R = 15.83%
G = 36.93%
B = 47.24%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F93BC (or 0x3F93BC) is known color: Curious Blue. HEX triplet: 3F, 93 and BC. RGB value is (63,147,188). Sum of RGB (Red+Green+Blue) = 63+147+188=398 (52% of max value = 765). Red value is 63 (25% from 255 or 15.83% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F93BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F93BC is #C06C43. Grayscale: #7E7E7E. Windows color (decimal): -12610628 or 12358463. OLE color: 12358463.

HSL color Cylindrical-coordinate representation of color #3F93BC: hue angle of 199.68º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F93BC is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 63 147 188 -
CMYK 0.66 0.22 0 0.26
HSL 199.68º 0.5% 0.49% -
HSV(B) 199.68º 0.66% 0.74% -
XYZ 21.56 25.56 51.37 -
YUV 126.56 162.67 82.67 -
System Red Green Blue C M Y K H S L
Decimal 63 147 188 0.66 0.22 0 0.26 199.68 0.5 0.49
Hex 3F 93 BC 42 16 0 1A C8 32 31
Octal 77 223 274 102 26 0 32 310 62 61
Binary 111111 10010011 10111100 1000010 10110 0 11010 11001000 110010 110001

Color Harmonies of #3F93BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F93BC

Black with #3F93BC

Text Example


Text Example

White with #3F93BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,147,188); }

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

background-color css

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

 a { background-color: rgb(63,147,188); }

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

border-color css

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

 span { border-color: rgb(63,147,188); }

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