Html Css Color HEX #3F91BD Curious Blue

📋 copy color: '#3F91BD'

red 63 ◦ green 145 ◦ blue 189

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

Shades of Curious Blue #3F91BD

Tints of Curious Blue #3F91BD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.52%

 BLUE value IS 189 (74.22% from 255) = 47.61%

R = 15.87%
G = 36.52%
B = 47.61%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F91BD (or 0x3F91BD) is known color: Curious Blue. HEX triplet: 3F, 91 and BD. RGB value is (63,145,189). Sum of RGB (Red+Green+Blue) = 63+145+189=397 (52% of max value = 765). Red value is 63 (25% from 255 or 15.87% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #3F91BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F91BD is #C06E42. Grayscale: #7D7D7D. Windows color (decimal): -12611139 or 12423487. OLE color: 12423487.

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

Color convert

RGB 63 145 189 -
CMYK 0.67 0.23 0 0.26
HSL 200.95º 0.5% 0.49% -
HSV(B) 200.95º 0.67% 0.74% -
XYZ 21.36 24.98 51.84 -
YUV 125.5 163.83 83.42 -
System Red Green Blue C M Y K H S L
Decimal 63 145 189 0.67 0.23 0 0.26 200.95 0.5 0.49
Hex 3F 91 BD 43 17 0 1A C9 32 31
Octal 77 221 275 103 27 0 32 311 62 61
Binary 111111 10010001 10111101 1000011 10111 0 11010 11001001 110010 110001

Color Harmonies of #3F91BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F91BD

Black with #3F91BD

Text Example


Text Example

White with #3F91BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,145,189); }

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

background-color css

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

 a { background-color: rgb(63,145,189); }

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

border-color css

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

 span { border-color: rgb(63,145,189); }

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