Html Css Color HEX #303ACF Persian Blue

📋 copy color: '#303ACF'

red 48 ◦ green 58 ◦ blue 207

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

Shades of Persian Blue #303ACF

Tints of Persian Blue #303ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 66.13%

R = 15.34%
G = 18.53%
B = 66.13%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#303ACF (or 0x303ACF) is known color: Persian Blue. HEX triplet: 30, 3A and CF. RGB value is (48,58,207). Sum of RGB (Red+Green+Blue) = 48+58+207=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #303ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303ACF is #CFC530. Grayscale: #474747. Windows color (decimal): -13616433 or 13580848. OLE color: 13580848.

HSL color Cylindrical-coordinate representation of color #303ACF: hue angle of 236.23º 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 #303ACF is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 58 207 -
CMYK 0.77 0.72 0 0.19
HSL 236.23º 0.62% 0.5% -
HSV(B) 236.23º 0.77% 0.81% -
XYZ 13.99 8.16 59.87 -
YUV 72 204.19 110.88 -
System Red Green Blue C M Y K H S L
Decimal 48 58 207 0.77 0.72 0 0.19 236.23 0.62 0.5
Hex 30 3A CF 4D 48 0 13 EC 3E 32
Octal 60 72 317 115 110 0 23 354 76 62
Binary 110000 111010 11001111 1001101 1001000 0 10011 11101100 111110 110010

Color Harmonies of #303ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303ACF

Black with #303ACF

Text Example


Text Example

White with #303ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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