Html Css Color HEX #2438DC Persian Blue

📋 copy color: '#2438DC'

red 36 ◦ green 56 ◦ blue 220

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

Shades of Persian Blue #2438DC

Tints of Persian Blue #2438DC

RGB

 RED value IS 36 (14.45% from 255) = 11.54%

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

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

R = 11.54%
G = 17.95%
B = 70.51%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2438DC (or 0x2438DC) is known color: Persian Blue. HEX triplet: 24, 38 and DC. RGB value is (36,56,220). Sum of RGB (Red+Green+Blue) = 36+56+220=312 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.54% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 220 (86.33% from 255 or 70.51% from 312); Max value from RGB is 220 - color contains mainly: blue. Hex color #2438DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2438DC is #DBC723. Grayscale: #444444. Windows color (decimal): -14403364 or 14432292. OLE color: 14432292.

HSL color Cylindrical-coordinate representation of color #2438DC: hue angle of 233.48º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2438DC is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 56 220 -
CMYK 0.84 0.75 0 0.14
HSL 233.48º 0.72% 0.5% -
HSV(B) 233.48º 0.84% 0.86% -
XYZ 15.06 8.37 68.53 -
YUV 68.72 213.37 104.66 -
System Red Green Blue C M Y K H S L
Decimal 36 56 220 0.84 0.75 0 0.14 233.48 0.72 0.5
Hex 24 38 DC 54 4B 0 E E9 48 32
Octal 44 70 334 124 113 0 16 351 110 62
Binary 100100 111000 11011100 1010100 1001011 0 1110 11101001 1001000 110010

Color Harmonies of #2438DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2438DC

Black with #2438DC

Text Example


Text Example

White with #2438DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2438DC; }

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

 H1.HeaderClassName
 {
   color: #2438DC;
 }
 .AnyTagClassName
 {
   color: #2438DC;
 }
</style>

background-color css

<style>
 a { background-color: #2438DC; }

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

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

border-color css

<style>
 span { border-color: #2438DC; }

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

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