Html Css Color HEX #3F90BE Curious Blue

📋 copy color: '#3F90BE'

red 63 ◦ green 144 ◦ blue 190

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

Shades of Curious Blue #3F90BE

Tints of Curious Blue #3F90BE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.27%

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

R = 15.87%
G = 36.27%
B = 47.86%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F90BE (or 0x3F90BE) is known color: Curious Blue. HEX triplet: 3F, 90 and BE. RGB value is (63,144,190). Sum of RGB (Red+Green+Blue) = 63+144+190=397 (52% of max value = 765). Red value is 63 (25% from 255 or 15.87% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F90BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F90BE is #C06F41. Grayscale: #7C7C7C. Windows color (decimal): -12611394 or 12488767. OLE color: 12488767.

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

Color convert

RGB 63 144 190 -
CMYK 0.67 0.24 0 0.25
HSL 201.73º 0.5% 0.5% -
HSV(B) 201.73º 0.67% 0.75% -
XYZ 21.32 24.72 52.36 -
YUV 125.03 164.66 83.76 -
System Red Green Blue C M Y K H S L
Decimal 63 144 190 0.67 0.24 0 0.25 201.73 0.5 0.5
Hex 3F 90 BE 43 18 0 19 CA 32 32
Octal 77 220 276 103 30 0 31 312 62 62
Binary 111111 10010000 10111110 1000011 11000 0 11001 11001010 110010 110010

Color Harmonies of #3F90BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F90BE

Black with #3F90BE

Text Example


Text Example

White with #3F90BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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