Html Css Color HEX #3088BA Curious Blue

📋 copy color: '#3088BA'

red 48 ◦ green 136 ◦ blue 186

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

Shades of Curious Blue #3088BA

Tints of Curious Blue #3088BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.27%

R = 12.97%
G = 36.76%
B = 50.27%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3088BA (or 0x3088BA) is known color: Curious Blue. HEX triplet: 30, 88 and BA. RGB value is (48,136,186). Sum of RGB (Red+Green+Blue) = 48+136+186=370 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.97% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #3088BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3088BA is #CF7745. Grayscale: #737373. Windows color (decimal): -13596486 or 12224560. OLE color: 12224560.

HSL color Cylindrical-coordinate representation of color #3088BA: hue angle of 201.74º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3088BA is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 136 186 -
CMYK 0.74 0.27 0 0.27
HSL 201.74º 0.59% 0.46% -
HSV(B) 201.74º 0.74% 0.73% -
XYZ 18.89 21.78 49.66 -
YUV 115.39 167.85 79.93 -
System Red Green Blue C M Y K H S L
Decimal 48 136 186 0.74 0.27 0 0.27 201.74 0.59 0.46
Hex 30 88 BA 4A 1B 0 1B CA 3B 2E
Octal 60 210 272 112 33 0 33 312 73 56
Binary 110000 10001000 10111010 1001010 11011 0 11011 11001010 111011 101110

Color Harmonies of #3088BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3088BA

Black with #3088BA

Text Example


Text Example

White with #3088BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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