Html Css Color HEX #3088DB Curious Blue

📋 copy color: '#3088DB'

red 48 ◦ green 136 ◦ blue 219

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

Shades of Curious Blue #3088DB

Tints of Curious Blue #3088DB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.75%

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

R = 11.91%
G = 33.75%
B = 54.34%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3088DB (or 0x3088DB) is known color: Curious Blue. HEX triplet: 30, 88 and DB. RGB value is (48,136,219). Sum of RGB (Red+Green+Blue) = 48+136+219=403 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.91% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #3088DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3088DB is #CF7724. Grayscale: #767676. Windows color (decimal): -13596453 or 14387248. OLE color: 14387248.

HSL color Cylindrical-coordinate representation of color #3088DB: hue angle of 209.12º 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 #3088DB is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 136 219 -
CMYK 0.78 0.38 0 0.14
HSL 209.12º 0.7% 0.52% -
HSV(B) 209.12º 0.78% 0.86% -
XYZ 22.81 23.35 70.32 -
YUV 119.15 184.35 77.25 -
System Red Green Blue C M Y K H S L
Decimal 48 136 219 0.78 0.38 0 0.14 209.12 0.7 0.52
Hex 30 88 DB 4E 26 0 E D1 46 34
Octal 60 210 333 116 46 0 16 321 106 64
Binary 110000 10001000 11011011 1001110 100110 0 1110 11010001 1000110 110100

Color Harmonies of #3088DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3088DB

Black with #3088DB

Text Example


Text Example

White with #3088DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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