Html Css Color HEX #2B3CDE Persian Blue

📋 copy color: '#2B3CDE'

red 43 ◦ green 60 ◦ blue 222

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

Shades of Persian Blue #2B3CDE

Tints of Persian Blue #2B3CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 68.31%

R = 13.23%
G = 18.46%
B = 68.31%

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

#2B3CDE (or 0x2B3CDE) is known color: Persian Blue. HEX triplet: 2B, 3C and DE. RGB value is (43,60,222). Sum of RGB (Red+Green+Blue) = 43+60+222=325 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.23% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 222 (87.11% from 255 or 68.31% from 325); Max value from RGB is 222 - color contains mainly: blue. Hex color #2B3CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3CDE is #D4C321. Grayscale: #484848. Windows color (decimal): -13943586 or 14564395. OLE color: 14564395.

HSL color Cylindrical-coordinate representation of color #2B3CDE: hue angle of 234.3º degrees, saturation: 0.73, 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 #2B3CDE is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 60 222 -
CMYK 0.81 0.73 0 0.13
HSL 234.3º 0.73% 0.52% -
HSV(B) 234.3º 0.81% 0.87% -
XYZ 15.8 9.02 70.02 -
YUV 73.39 211.87 106.33 -
System Red Green Blue C M Y K H S L
Decimal 43 60 222 0.81 0.73 0 0.13 234.3 0.73 0.52
Hex 2B 3C DE 51 49 0 D EA 49 34
Octal 53 74 336 121 111 0 15 352 111 64
Binary 101011 111100 11011110 1010001 1001001 0 1101 11101010 1001001 110100

Color Harmonies of #2B3CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3CDE

Black with #2B3CDE

Text Example


Text Example

White with #2B3CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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