Html Css Color HEX #2A3DBB Persian Blue

📋 copy color: '#2A3DBB'

red 42 ◦ green 61 ◦ blue 187

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

Shades of Persian Blue #2A3DBB

Tints of Persian Blue #2A3DBB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.03%

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

R = 14.48%
G = 21.03%
B = 64.48%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2A3DBB (or 0x2A3DBB) is known color: Persian Blue. HEX triplet: 2A, 3D and BB. RGB value is (42,61,187). Sum of RGB (Red+Green+Blue) = 42+61+187=290 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.48% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 187 (73.44% from 255 or 64.48% from 290); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A3DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A3DBB is #D5C244. Grayscale: #454545. Windows color (decimal): -14008901 or 12270890. OLE color: 12270890.

HSL color Cylindrical-coordinate representation of color #2A3DBB: hue angle of 232.14º 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 #2A3DBB is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 61 187 -
CMYK 0.78 0.67 0 0.27
HSL 232.14º 0.63% 0.45% -
HSV(B) 232.14º 0.78% 0.73% -
XYZ 11.59 7.42 47.83 -
YUV 69.68 194.21 108.25 -
System Red Green Blue C M Y K H S L
Decimal 42 61 187 0.78 0.67 0 0.27 232.14 0.63 0.45
Hex 2A 3D BB 4E 43 0 1B E8 3F 2D
Octal 52 75 273 116 103 0 33 350 77 55
Binary 101010 111101 10111011 1001110 1000011 0 11011 11101000 111111 101101

Color Harmonies of #2A3DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3DBB

Black with #2A3DBB

Text Example


Text Example

White with #2A3DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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