Html Css Color HEX #3F90BC Curious Blue

📋 copy color: '#3F90BC'

red 63 ◦ green 144 ◦ blue 188

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

Shades of Curious Blue #3F90BC

Tints of Curious Blue #3F90BC

RGB

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

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

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

R = 15.95%
G = 36.46%
B = 47.59%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F90BC (or 0x3F90BC) is known color: Curious Blue. HEX triplet: 3F, 90 and BC. RGB value is (63,144,188). Sum of RGB (Red+Green+Blue) = 63+144+188=395 (52% of max value = 765). Red value is 63 (25% from 255 or 15.95% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F90BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F90BC is #C06F43. Grayscale: #7C7C7C. Windows color (decimal): -12611396 or 12357695. OLE color: 12357695.

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

Color convert

RGB 63 144 188 -
CMYK 0.66 0.23 0 0.26
HSL 201.12º 0.5% 0.49% -
HSV(B) 201.12º 0.66% 0.74% -
XYZ 21.1 24.63 51.22 -
YUV 124.8 163.66 83.92 -
System Red Green Blue C M Y K H S L
Decimal 63 144 188 0.66 0.23 0 0.26 201.12 0.5 0.49
Hex 3F 90 BC 42 17 0 1A C9 32 31
Octal 77 220 274 102 27 0 32 311 62 61
Binary 111111 10010000 10111100 1000010 10111 0 11010 11001001 110010 110001

Color Harmonies of #3F90BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F90BC

Black with #3F90BC

Text Example


Text Example

White with #3F90BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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