Html Css Color HEX #2D38DC Persian Blue

📋 copy color: '#2D38DC'

red 45 ◦ green 56 ◦ blue 220

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

Shades of Persian Blue #2D38DC

Tints of Persian Blue #2D38DC

RGB

 RED value IS 45 (17.97% from 255) = 14.02%

 GREEN value IS 56 (22.27% from 255) = 17.45%

 BLUE value IS 220 (86.33% from 255) = 68.54%

R = 14.02%
G = 17.45%
B = 68.54%

CMYK

 C value IS 0.80

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2D38DC (or 0x2D38DC) is known color: Persian Blue. HEX triplet: 2D, 38 and DC. RGB value is (45,56,220). Sum of RGB (Red+Green+Blue) = 45+56+220=321 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.02% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D38DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D38DC is #D2C723. Grayscale: #464646. Windows color (decimal): -13813540 or 14432301. OLE color: 14432301.

HSL color Cylindrical-coordinate representation of color #2D38DC: hue angle of 236.23º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D38DC is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 45 56 220 -
CMYK 0.80 0.75 0 0.14
HSL 236.23º 0.71% 0.52% -
HSV(B) 236.23º 0.8% 0.86% -
XYZ 15.41 8.55 68.55 -
YUV 71.41 211.86 109.16 -
System Red Green Blue C M Y K H S L
Decimal 45 56 220 0.80 0.75 0 0.14 236.23 0.71 0.52
Hex 2D 38 DC 50 4B 0 E EC 47 34
Octal 55 70 334 120 113 0 16 354 107 64
Binary 101101 111000 11011100 1010000 1001011 0 1110 11101100 1000111 110100

Color Harmonies of #2D38DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D38DC

Black with #2D38DC

Text Example


Text Example

White with #2D38DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D38DC; }

 p { color: rgb(45,56,220); }

 H1.HeaderClassName
 {
   color: #2D38DC;
 }
 .AnyTagClassName
 {
   color: #2D38DC;
 }
</style>

background-color css

<style>
 a { background-color: #2D38DC; }

 a { background-color: rgb(45,56,220); }

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

border-color css

<style>
 span { border-color: #2D38DC; }

 span { border-color: rgb(45,56,220); }

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