Html Css Color HEX #3B90BF Curious Blue

📋 copy color: '#3B90BF'

red 59 ◦ green 144 ◦ blue 191

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

Shades of Curious Blue #3B90BF

Tints of Curious Blue #3B90BF

RGB

 RED value IS 59 (23.44% from 255) = 14.97%

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

 BLUE value IS 191 (75% from 255) = 48.48%

R = 14.97%
G = 36.55%
B = 48.48%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3B90BF (or 0x3B90BF) is known color: Curious Blue. HEX triplet: 3B, 90 and BF. RGB value is (59,144,191). Sum of RGB (Red+Green+Blue) = 59+144+191=394 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.97% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #3B90BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B90BF is #C46F40. Grayscale: #7B7B7B. Windows color (decimal): -12873537 or 12554299. OLE color: 12554299.

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

Color convert

RGB 59 144 191 -
CMYK 0.69 0.25 0 0.25
HSL 201.36º 0.53% 0.49% -
HSV(B) 201.36º 0.69% 0.75% -
XYZ 21.18 24.64 52.93 -
YUV 123.94 165.84 81.68 -
System Red Green Blue C M Y K H S L
Decimal 59 144 191 0.69 0.25 0 0.25 201.36 0.53 0.49
Hex 3B 90 BF 45 19 0 19 C9 35 31
Octal 73 220 277 105 31 0 31 311 65 61
Binary 111011 10010000 10111111 1000101 11001 0 11001 11001001 110101 110001

Color Harmonies of #3B90BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B90BF

Black with #3B90BF

Text Example


Text Example

White with #3B90BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,144,191); }

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

background-color css

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

 a { background-color: rgb(59,144,191); }

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

border-color css

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

 span { border-color: rgb(59,144,191); }

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