Html Css Color HEX #3089BB Curious Blue

📋 copy color: '#3089BB'

red 48 ◦ green 137 ◦ blue 187

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

Shades of Curious Blue #3089BB

Tints of Curious Blue #3089BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.27%

R = 12.9%
G = 36.83%
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

#3089BB (or 0x3089BB) is known color: Curious Blue. HEX triplet: 30, 89 and BB. RGB value is (48,137,187). Sum of RGB (Red+Green+Blue) = 48+137+187=372 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.90% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #3089BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3089BB is #CF7644. Grayscale: #737373. Windows color (decimal): -13596229 or 12290352. OLE color: 12290352.

HSL color Cylindrical-coordinate representation of color #3089BB: hue angle of 201.58º 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 #3089BB is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 137 187 -
CMYK 0.74 0.27 0 0.27
HSL 201.58º 0.59% 0.46% -
HSV(B) 201.58º 0.74% 0.73% -
XYZ 19.13 22.11 50.27 -
YUV 116.09 168.01 79.43 -
System Red Green Blue C M Y K H S L
Decimal 48 137 187 0.74 0.27 0 0.27 201.58 0.59 0.46
Hex 30 89 BB 4A 1B 0 1B CA 3B 2E
Octal 60 211 273 112 33 0 33 312 73 56
Binary 110000 10001001 10111011 1001010 11011 0 11011 11001010 111011 101110

Color Harmonies of #3089BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3089BB

Black with #3089BB

Text Example


Text Example

White with #3089BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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