Html Css Color HEX #3089CE Curious Blue

📋 copy color: '#3089CE'

red 48 ◦ green 137 ◦ blue 206

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

Shades of Curious Blue #3089CE

Tints of Curious Blue #3089CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.69%

R = 12.28%
G = 35.04%
B = 52.69%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3089CE (or 0x3089CE) is known color: Curious Blue. HEX triplet: 30, 89 and CE. RGB value is (48,137,206). Sum of RGB (Red+Green+Blue) = 48+137+206=391 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.28% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #3089CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3089CE is #CF7631. Grayscale: #757575. Windows color (decimal): -13596210 or 13535536. OLE color: 13535536.

HSL color Cylindrical-coordinate representation of color #3089CE: hue angle of 206.2º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3089CE is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 137 206 -
CMYK 0.77 0.33 0 0.19
HSL 206.2º 0.62% 0.5% -
HSV(B) 206.2º 0.77% 0.81% -
XYZ 21.31 22.98 61.7 -
YUV 118.26 177.51 77.89 -
System Red Green Blue C M Y K H S L
Decimal 48 137 206 0.77 0.33 0 0.19 206.2 0.62 0.5
Hex 30 89 CE 4D 21 0 13 CE 3E 32
Octal 60 211 316 115 41 0 23 316 76 62
Binary 110000 10001001 11001110 1001101 100001 0 10011 11001110 111110 110010

Color Harmonies of #3089CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3089CE

Black with #3089CE

Text Example


Text Example

White with #3089CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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