Html Css Color HEX #2B38DC Persian Blue

📋 copy color: '#2B38DC'

red 43 ◦ green 56 ◦ blue 220

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

Shades of Persian Blue #2B38DC

Tints of Persian Blue #2B38DC

RGB

 RED value IS 43 (17.19% from 255) = 13.48%

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

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

R = 13.48%
G = 17.55%
B = 68.97%

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

#2B38DC (or 0x2B38DC) is known color: Persian Blue. HEX triplet: 2B, 38 and DC. RGB value is (43,56,220). Sum of RGB (Red+Green+Blue) = 43+56+220=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B38DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B38DC is #D4C723. Grayscale: #464646. Windows color (decimal): -13944612 or 14432299. OLE color: 14432299.

HSL color Cylindrical-coordinate representation of color #2B38DC: hue angle of 235.59º degrees, saturation: 0.72, 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 #2B38DC is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 56 220 -
CMYK 0.80 0.75 0 0.14
HSL 235.59º 0.72% 0.52% -
HSV(B) 235.59º 0.8% 0.86% -
XYZ 15.33 8.51 68.54 -
YUV 70.81 212.19 108.16 -
System Red Green Blue C M Y K H S L
Decimal 43 56 220 0.80 0.75 0 0.14 235.59 0.72 0.52
Hex 2B 38 DC 50 4B 0 E EC 48 34
Octal 53 70 334 120 113 0 16 354 110 64
Binary 101011 111000 11011100 1010000 1001011 0 1110 11101100 1001000 110100

Color Harmonies of #2B38DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B38DC

Black with #2B38DC

Text Example


Text Example

White with #2B38DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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