Html Css Color HEX #3038D9 Persian Blue

📋 copy color: '#3038D9'

red 48 ◦ green 56 ◦ blue 217

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

Shades of Persian Blue #3038D9

Tints of Persian Blue #3038D9

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.45%

 BLUE value IS 217 (85.16% from 255) = 67.6%

R = 14.95%
G = 17.45%
B = 67.6%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3038D9 (or 0x3038D9) is known color: Persian Blue. HEX triplet: 30, 38 and D9. RGB value is (48,56,217). Sum of RGB (Red+Green+Blue) = 48+56+217=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 217 (85.16% from 255 or 67.60% from 321); Max value from RGB is 217 - color contains mainly: blue. Hex color #3038D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3038D9 is #CFC726. Grayscale: #474747. Windows color (decimal): -13616935 or 14235696. OLE color: 14235696.

HSL color Cylindrical-coordinate representation of color #3038D9: hue angle of 237.16º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3038D9 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 56 217 -
CMYK 0.78 0.74 0 0.15
HSL 237.16º 0.69% 0.52% -
HSV(B) 237.16º 0.78% 0.85% -
XYZ 15.16 8.47 66.48 -
YUV 71.96 209.85 110.91 -
System Red Green Blue C M Y K H S L
Decimal 48 56 217 0.78 0.74 0 0.15 237.16 0.69 0.52
Hex 30 38 D9 4E 4A 0 F ED 45 34
Octal 60 70 331 116 112 0 17 355 105 64
Binary 110000 111000 11011001 1001110 1001010 0 1111 11101101 1000101 110100

Color Harmonies of #3038D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3038D9

Black with #3038D9

Text Example


Text Example

White with #3038D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3038D9; }

 p { color: rgb(48,56,217); }

 H1.HeaderClassName
 {
   color: #3038D9;
 }
 .AnyTagClassName
 {
   color: #3038D9;
 }
</style>

background-color css

<style>
 a { background-color: #3038D9; }

 a { background-color: rgb(48,56,217); }

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

border-color css

<style>
 span { border-color: #3038D9; }

 span { border-color: rgb(48,56,217); }

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