Html Css Color HEX #303ADF Persian Blue

📋 copy color: '#303ADF'

red 48 ◦ green 58 ◦ blue 223

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

Shades of Persian Blue #303ADF

Tints of Persian Blue #303ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.78%

R = 14.59%
G = 17.63%
B = 67.78%

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

#303ADF (or 0x303ADF) is known color: Persian Blue. HEX triplet: 30, 3A and DF. RGB value is (48,58,223). Sum of RGB (Red+Green+Blue) = 48+58+223=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 223 (87.5% from 255 or 67.78% from 329); Max value from RGB is 223 - color contains mainly: blue. Hex color #303ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303ADF is #CFC520. Grayscale: #494949. Windows color (decimal): -13616417 or 14629424. OLE color: 14629424.

HSL color Cylindrical-coordinate representation of color #303ADF: hue angle of 236.57º 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 #303ADF is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 58 223 -
CMYK 0.78 0.74 0 0.13
HSL 236.57º 0.73% 0.53% -
HSV(B) 236.57º 0.78% 0.87% -
XYZ 16.05 8.98 70.7 -
YUV 73.82 212.19 109.58 -
System Red Green Blue C M Y K H S L
Decimal 48 58 223 0.78 0.74 0 0.13 236.57 0.73 0.53
Hex 30 3A DF 4E 4A 0 D ED 49 35
Octal 60 72 337 116 112 0 15 355 111 65
Binary 110000 111010 11011111 1001110 1001010 0 1101 11101101 1001001 110101

Color Harmonies of #303ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303ADF

Black with #303ADF

Text Example


Text Example

White with #303ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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