Html Css Color HEX #303ADE Persian Blue

📋 copy color: '#303ADE'

red 48 ◦ green 58 ◦ blue 222

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

Shades of Persian Blue #303ADE

Tints of Persian Blue #303ADE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.68%

 BLUE value IS 222 (87.11% from 255) = 67.68%

R = 14.63%
G = 17.68%
B = 67.68%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#303ADE (or 0x303ADE) is known color: Persian Blue. HEX triplet: 30, 3A and DE. RGB value is (48,58,222). Sum of RGB (Red+Green+Blue) = 48+58+222=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 222 (87.11% from 255 or 67.68% from 328); Max value from RGB is 222 - color contains mainly: blue. Hex color #303ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303ADE is #CFC521. Grayscale: #494949. Windows color (decimal): -13616418 or 14563888. OLE color: 14563888.

HSL color Cylindrical-coordinate representation of color #303ADE: hue angle of 236.55º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #303ADE is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 58 222 -
CMYK 0.78 0.74 0 0.13
HSL 236.55º 0.73% 0.53% -
HSV(B) 236.55º 0.78% 0.87% -
XYZ 15.92 8.93 69.99 -
YUV 73.71 211.69 109.66 -
System Red Green Blue C M Y K H S L
Decimal 48 58 222 0.78 0.74 0 0.13 236.55 0.73 0.53
Hex 30 3A DE 4E 4A 0 D ED 48 35
Octal 60 72 336 116 112 0 15 355 110 65
Binary 110000 111010 11011110 1001110 1001010 0 1101 11101101 1001000 110101

Color Harmonies of #303ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303ADE

Black with #303ADE

Text Example


Text Example

White with #303ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303ADE; }

 p { color: rgb(48,58,222); }

 H1.HeaderClassName
 {
   color: #303ADE;
 }
 .AnyTagClassName
 {
   color: #303ADE;
 }
</style>

background-color css

<style>
 a { background-color: #303ADE; }

 a { background-color: rgb(48,58,222); }

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

border-color css

<style>
 span { border-color: #303ADE; }

 span { border-color: rgb(48,58,222); }

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