Html Css Color HEX #3F92BE Curious Blue

📋 copy color: '#3F92BE'

red 63 ◦ green 146 ◦ blue 190

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

Shades of Curious Blue #3F92BE

Tints of Curious Blue #3F92BE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.59%

 BLUE value IS 190 (74.61% from 255) = 47.62%

R = 15.79%
G = 36.59%
B = 47.62%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F92BE (or 0x3F92BE) is known color: Curious Blue. HEX triplet: 3F, 92 and BE. RGB value is (63,146,190). Sum of RGB (Red+Green+Blue) = 63+146+190=399 (52% of max value = 765). Red value is 63 (25% from 255 or 15.79% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F92BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F92BE is #C06D41. Grayscale: #7D7D7D. Windows color (decimal): -12610882 or 12489279. OLE color: 12489279.

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

Color convert

RGB 63 146 190 -
CMYK 0.67 0.23 0 0.25
HSL 200.79º 0.5% 0.5% -
HSV(B) 200.79º 0.67% 0.75% -
XYZ 21.62 25.33 52.47 -
YUV 126.2 164 82.92 -
System Red Green Blue C M Y K H S L
Decimal 63 146 190 0.67 0.23 0 0.25 200.79 0.5 0.5
Hex 3F 92 BE 43 17 0 19 C9 32 32
Octal 77 222 276 103 27 0 31 311 62 62
Binary 111111 10010010 10111110 1000011 10111 0 11001 11001001 110010 110010

Color Harmonies of #3F92BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F92BE

Black with #3F92BE

Text Example


Text Example

White with #3F92BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,146,190); }

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

background-color css

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

 a { background-color: rgb(63,146,190); }

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

border-color css

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

 span { border-color: rgb(63,146,190); }

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