Html Css Color HEX #303FCA Persian Blue

📋 copy color: '#303FCA'

red 48 ◦ green 63 ◦ blue 202

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

Shades of Persian Blue #303FCA

Tints of Persian Blue #303FCA

RGB

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

 GREEN value IS 63 (25% from 255) = 20.13%

 BLUE value IS 202 (79.3% from 255) = 64.54%

R = 15.34%
G = 20.13%
B = 64.54%

CMYK

 C value IS 0.76

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#303FCA (or 0x303FCA) is known color: Persian Blue. HEX triplet: 30, 3F and CA. RGB value is (48,63,202). Sum of RGB (Red+Green+Blue) = 48+63+202=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 202 (79.30% from 255 or 64.54% from 313); Max value from RGB is 202 - color contains mainly: blue. Hex color #303FCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303FCA is #CFC035. Grayscale: #494949. Windows color (decimal): -13615158 or 13254448. OLE color: 13254448.

HSL color Cylindrical-coordinate representation of color #303FCA: hue angle of 234.16º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #303FCA is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 48 63 202 -
CMYK 0.76 0.69 0 0.21
HSL 234.16º 0.62% 0.49% -
HSV(B) 234.16º 0.76% 0.79% -
XYZ 13.66 8.45 56.79 -
YUV 74.36 200.03 109.2 -
System Red Green Blue C M Y K H S L
Decimal 48 63 202 0.76 0.69 0 0.21 234.16 0.62 0.49
Hex 30 3F CA 4C 45 0 15 EA 3E 31
Octal 60 77 312 114 105 0 25 352 76 61
Binary 110000 111111 11001010 1001100 1000101 0 10101 11101010 111110 110001

Color Harmonies of #303FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303FCA

Black with #303FCA

Text Example


Text Example

White with #303FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,63,202); }

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

background-color css

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

 a { background-color: rgb(48,63,202); }

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

border-color css

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

 span { border-color: rgb(48,63,202); }

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