Html Css Color HEX #303DCB Persian Blue

📋 copy color: '#303DCB'

red 48 ◦ green 61 ◦ blue 203

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

Shades of Persian Blue #303DCB

Tints of Persian Blue #303DCB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.55%

 BLUE value IS 203 (79.69% from 255) = 65.06%

R = 15.38%
G = 19.55%
B = 65.06%

CMYK

 C value IS 0.76

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#303DCB (or 0x303DCB) is known color: Persian Blue. HEX triplet: 30, 3D and CB. RGB value is (48,61,203). Sum of RGB (Red+Green+Blue) = 48+61+203=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #303DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303DCB is #CFC234. Grayscale: #484848. Windows color (decimal): -13615669 or 13319472. OLE color: 13319472.

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

Color convert

RGB 48 61 203 -
CMYK 0.76 0.70 0 0.20
HSL 234.97º 0.62% 0.49% -
HSV(B) 234.97º 0.76% 0.8% -
XYZ 13.67 8.28 57.38 -
YUV 73.3 201.19 109.95 -
System Red Green Blue C M Y K H S L
Decimal 48 61 203 0.76 0.70 0 0.20 234.97 0.62 0.49
Hex 30 3D CB 4C 46 0 14 EB 3E 31
Octal 60 75 313 114 106 0 24 353 76 61
Binary 110000 111101 11001011 1001100 1000110 0 10100 11101011 111110 110001

Color Harmonies of #303DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303DCB

Black with #303DCB

Text Example


Text Example

White with #303DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,61,203); }

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

background-color css

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

 a { background-color: rgb(48,61,203); }

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

border-color css

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

 span { border-color: rgb(48,61,203); }

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