Html Css Color HEX #3090CD Curious Blue

📋 copy color: '#3090CD'

red 48 ◦ green 144 ◦ blue 205

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

Shades of Curious Blue #3090CD

Tints of Curious Blue #3090CD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.27%

 BLUE value IS 205 (80.47% from 255) = 51.64%

R = 12.09%
G = 36.27%
B = 51.64%

CMYK

 C value IS 0.77

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3090CD (or 0x3090CD) is known color: Curious Blue. HEX triplet: 30, 90 and CD. RGB value is (48,144,205). Sum of RGB (Red+Green+Blue) = 48+144+205=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #3090CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3090CD is #CF6F32. Grayscale: #797979. Windows color (decimal): -13594419 or 13471792. OLE color: 13471792.

HSL color Cylindrical-coordinate representation of color #3090CD: hue angle of 203.31º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3090CD is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 144 205 -
CMYK 0.77 0.30 0 0.20
HSL 203.31º 0.62% 0.5% -
HSV(B) 203.31º 0.77% 0.8% -
XYZ 22.21 24.98 61.41 -
YUV 122.25 174.7 75.04 -
System Red Green Blue C M Y K H S L
Decimal 48 144 205 0.77 0.30 0 0.20 203.31 0.62 0.5
Hex 30 90 CD 4D 1E 0 14 CB 3E 32
Octal 60 220 315 115 36 0 24 313 76 62
Binary 110000 10010000 11001101 1001101 11110 0 10100 11001011 111110 110010

Color Harmonies of #3090CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3090CD

Black with #3090CD

Text Example


Text Example

White with #3090CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3090CD; }

 p { color: rgb(48,144,205); }

 H1.HeaderClassName
 {
   color: #3090CD;
 }
 .AnyTagClassName
 {
   color: #3090CD;
 }
</style>

background-color css

<style>
 a { background-color: #3090CD; }

 a { background-color: rgb(48,144,205); }

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

border-color css

<style>
 span { border-color: #3090CD; }

 span { border-color: rgb(48,144,205); }

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