Html Css Color HEX #3089DB Curious Blue

📋 copy color: '#3089DB'

red 48 ◦ green 137 ◦ blue 219

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

Shades of Curious Blue #3089DB

Tints of Curious Blue #3089DB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.91%

 BLUE value IS 219 (85.94% from 255) = 54.21%

R = 11.88%
G = 33.91%
B = 54.21%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3089DB (or 0x3089DB) is known color: Curious Blue. HEX triplet: 30, 89 and DB. RGB value is (48,137,219). Sum of RGB (Red+Green+Blue) = 48+137+219=404 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.88% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #3089DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3089DB is #CF7624. Grayscale: #777777. Windows color (decimal): -13596197 or 14387504. OLE color: 14387504.

HSL color Cylindrical-coordinate representation of color #3089DB: hue angle of 208.77º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3089DB is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 137 219 -
CMYK 0.78 0.37 0 0.14
HSL 208.77º 0.7% 0.52% -
HSV(B) 208.77º 0.78% 0.86% -
XYZ 22.95 23.63 70.37 -
YUV 119.74 184.01 76.83 -
System Red Green Blue C M Y K H S L
Decimal 48 137 219 0.78 0.37 0 0.14 208.77 0.7 0.52
Hex 30 89 DB 4E 25 0 E D1 46 34
Octal 60 211 333 116 45 0 16 321 106 64
Binary 110000 10001001 11011011 1001110 100101 0 1110 11010001 1000110 110100

Color Harmonies of #3089DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3089DB

Black with #3089DB

Text Example


Text Example

White with #3089DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3089DB; }

 p { color: rgb(48,137,219); }

 H1.HeaderClassName
 {
   color: #3089DB;
 }
 .AnyTagClassName
 {
   color: #3089DB;
 }
</style>

background-color css

<style>
 a { background-color: #3089DB; }

 a { background-color: rgb(48,137,219); }

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

border-color css

<style>
 span { border-color: #3089DB; }

 span { border-color: rgb(48,137,219); }

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