Html Css Color HEX #3F92BD Curious Blue

📋 copy color: '#3F92BD'

red 63 ◦ green 146 ◦ blue 189

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

Shades of Curious Blue #3F92BD

Tints of Curious Blue #3F92BD

RGB

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

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

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

R = 15.83%
G = 36.68%
B = 47.49%

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

#3F92BD (or 0x3F92BD) is known color: Curious Blue. HEX triplet: 3F, 92 and BD. RGB value is (63,146,189). Sum of RGB (Red+Green+Blue) = 63+146+189=398 (52% of max value = 765). Red value is 63 (25% from 255 or 15.83% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #3F92BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F92BD is #C06D42. Grayscale: #7D7D7D. Windows color (decimal): -12610883 or 12423743. OLE color: 12423743.

HSL color Cylindrical-coordinate representation of color #3F92BD: hue angle of 200.48º 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 #3F92BD is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 63 146 189 -
CMYK 0.67 0.23 0 0.26
HSL 200.48º 0.5% 0.49% -
HSV(B) 200.48º 0.67% 0.74% -
XYZ 21.51 25.29 51.89 -
YUV 126.09 163.5 83 -
System Red Green Blue C M Y K H S L
Decimal 63 146 189 0.67 0.23 0 0.26 200.48 0.5 0.49
Hex 3F 92 BD 43 17 0 1A C8 32 31
Octal 77 222 275 103 27 0 32 310 62 61
Binary 111111 10010010 10111101 1000011 10111 0 11010 11001000 110010 110001

Color Harmonies of #3F92BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F92BD

Black with #3F92BD

Text Example


Text Example

White with #3F92BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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