Html Css Color HEX #3089B7 Curious Blue

📋 copy color: '#3089B7'

red 48 ◦ green 137 ◦ blue 183

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

Shades of Curious Blue #3089B7

Tints of Curious Blue #3089B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 49.73%

R = 13.04%
G = 37.23%
B = 49.73%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3089B7 (or 0x3089B7) is known color: Curious Blue. HEX triplet: 30, 89 and B7. RGB value is (48,137,183). Sum of RGB (Red+Green+Blue) = 48+137+183=368 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.04% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 183 (71.88% from 255 or 49.73% from 368); Max value from RGB is 183 - color contains mainly: blue. Hex color #3089B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3089B7 is #CF7648. Grayscale: #737373. Windows color (decimal): -13596233 or 12028208. OLE color: 12028208.

HSL color Cylindrical-coordinate representation of color #3089B7: hue angle of 200.44º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3089B7 is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 48 137 183 -
CMYK 0.74 0.25 0 0.28
HSL 200.44º 0.58% 0.45% -
HSV(B) 200.44º 0.74% 0.72% -
XYZ 18.71 21.94 48.05 -
YUV 115.63 166.01 79.76 -
System Red Green Blue C M Y K H S L
Decimal 48 137 183 0.74 0.25 0 0.28 200.44 0.58 0.45
Hex 30 89 B7 4A 19 0 1C C8 3A 2D
Octal 60 211 267 112 31 0 34 310 72 55
Binary 110000 10001001 10110111 1001010 11001 0 11100 11001000 111010 101101

Color Harmonies of #3089B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3089B7

Black with #3089B7

Text Example


Text Example

White with #3089B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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