Html Css Color HEX #3091BE Curious Blue

📋 copy color: '#3091BE'

red 48 ◦ green 145 ◦ blue 190

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

Shades of Curious Blue #3091BE

Tints of Curious Blue #3091BE

RGB

 RED value IS 48 (19.14% from 255) = 12.53%

 GREEN value IS 145 (57.03% from 255) = 37.86%

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

R = 12.53%
G = 37.86%
B = 49.61%

CMYK

 C value IS 0.75

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3091BE (or 0x3091BE) is known color: Curious Blue. HEX triplet: 30, 91 and BE. RGB value is (48,145,190). Sum of RGB (Red+Green+Blue) = 48+145+190=383 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.53% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #3091BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3091BE is #CF6E41. Grayscale: #787878. Windows color (decimal): -13594178 or 12489008. OLE color: 12489008.

HSL color Cylindrical-coordinate representation of color #3091BE: hue angle of 199.01º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3091BE is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 145 190 -
CMYK 0.75 0.24 0 0.25
HSL 199.01º 0.6% 0.47% -
HSV(B) 199.01º 0.75% 0.75% -
XYZ 20.64 24.6 52.38 -
YUV 121.13 166.86 75.84 -
System Red Green Blue C M Y K H S L
Decimal 48 145 190 0.75 0.24 0 0.25 199.01 0.6 0.47
Hex 30 91 BE 4B 18 0 19 C7 3C 2F
Octal 60 221 276 113 30 0 31 307 74 57
Binary 110000 10010001 10111110 1001011 11000 0 11001 11000111 111100 101111

Color Harmonies of #3091BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3091BE

Black with #3091BE

Text Example


Text Example

White with #3091BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3091BE; }

 p { color: rgb(48,145,190); }

 H1.HeaderClassName
 {
   color: #3091BE;
 }
 .AnyTagClassName
 {
   color: #3091BE;
 }
</style>

background-color css

<style>
 a { background-color: #3091BE; }

 a { background-color: rgb(48,145,190); }

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

border-color css

<style>
 span { border-color: #3091BE; }

 span { border-color: rgb(48,145,190); }

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