Html Css Color HEX #2A33BB Persian Blue

📋 copy color: '#2A33BB'

red 42 ◦ green 51 ◦ blue 187

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

Shades of Persian Blue #2A33BB

Tints of Persian Blue #2A33BB

RGB

 RED value IS 42 (16.8% from 255) = 15%

 GREEN value IS 51 (20.31% from 255) = 18.21%

 BLUE value IS 187 (73.44% from 255) = 66.79%

R = 15%
G = 18.21%
B = 66.79%

CMYK

 C value IS 0.78

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2A33BB (or 0x2A33BB) is known color: Persian Blue. HEX triplet: 2A, 33 and BB. RGB value is (42,51,187). Sum of RGB (Red+Green+Blue) = 42+51+187=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 187 (73.44% from 255 or 66.79% from 280); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A33BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A33BB is #D5CC44. Grayscale: #3F3F3F. Windows color (decimal): -14011461 or 12268330. OLE color: 12268330.

HSL color Cylindrical-coordinate representation of color #2A33BB: hue angle of 236.28º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A33BB is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 51 187 -
CMYK 0.78 0.73 0 0.27
HSL 236.28º 0.63% 0.45% -
HSV(B) 236.28º 0.78% 0.73% -
XYZ 11.11 6.45 47.67 -
YUV 63.81 197.52 112.44 -
System Red Green Blue C M Y K H S L
Decimal 42 51 187 0.78 0.73 0 0.27 236.28 0.63 0.45
Hex 2A 33 BB 4E 49 0 1B EC 3F 2D
Octal 52 63 273 116 111 0 33 354 77 55
Binary 101010 110011 10111011 1001110 1001001 0 11011 11101100 111111 101101

Color Harmonies of #2A33BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A33BB

Black with #2A33BB

Text Example


Text Example

White with #2A33BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,51,187); }

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

background-color css

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

 a { background-color: rgb(42,51,187); }

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

border-color css

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

 span { border-color: rgb(42,51,187); }

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