Html Css Color HEX #2B3CDD Persian Blue

📋 copy color: '#2B3CDD'

red 43 ◦ green 60 ◦ blue 221

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

Shades of Persian Blue #2B3CDD

Tints of Persian Blue #2B3CDD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.52%

 BLUE value IS 221 (86.72% from 255) = 68.21%

R = 13.27%
G = 18.52%
B = 68.21%

CMYK

 C value IS 0.81

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2B3CDD (or 0x2B3CDD) is known color: Persian Blue. HEX triplet: 2B, 3C and DD. RGB value is (43,60,221). Sum of RGB (Red+Green+Blue) = 43+60+221=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 221 (86.72% from 255 or 68.21% from 324); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B3CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3CDD is #D4C322. Grayscale: #484848. Windows color (decimal): -13943587 or 14498859. OLE color: 14498859.

HSL color Cylindrical-coordinate representation of color #2B3CDD: hue angle of 234.27º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B3CDD is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 60 221 -
CMYK 0.81 0.73 0 0.13
HSL 234.27º 0.72% 0.52% -
HSV(B) 234.27º 0.81% 0.87% -
XYZ 15.66 8.97 69.31 -
YUV 73.27 211.37 106.41 -
System Red Green Blue C M Y K H S L
Decimal 43 60 221 0.81 0.73 0 0.13 234.27 0.72 0.52
Hex 2B 3C DD 51 49 0 D EA 48 34
Octal 53 74 335 121 111 0 15 352 110 64
Binary 101011 111100 11011101 1010001 1001001 0 1101 11101010 1001000 110100

Color Harmonies of #2B3CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3CDD

Black with #2B3CDD

Text Example


Text Example

White with #2B3CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,60,221); }

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

background-color css

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

 a { background-color: rgb(43,60,221); }

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

border-color css

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

 span { border-color: rgb(43,60,221); }

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