Html Css Color HEX #2B3DBB Persian Blue

📋 copy color: '#2B3DBB'

red 43 ◦ green 61 ◦ blue 187

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

Shades of Persian Blue #2B3DBB

Tints of Persian Blue #2B3DBB

RGB

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

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

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

R = 14.78%
G = 20.96%
B = 64.26%

CMYK

 C value IS 0.77

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2B3DBB (or 0x2B3DBB) is known color: Persian Blue. HEX triplet: 2B, 3D and BB. RGB value is (43,61,187). Sum of RGB (Red+Green+Blue) = 43+61+187=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 61 (24.22% from 255 or 20.96% from 291); Blue value is 187 (73.44% from 255 or 64.26% from 291); Max value from RGB is 187 - color contains mainly: blue. Hex color #2B3DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3DBB is #D4C244. Grayscale: #454545. Windows color (decimal): -13943365 or 12270891. OLE color: 12270891.

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

Color convert

RGB 43 61 187 -
CMYK 0.77 0.67 0 0.27
HSL 232.5º 0.63% 0.45% -
HSV(B) 232.5º 0.77% 0.73% -
XYZ 11.63 7.44 47.84 -
YUV 69.98 194.04 108.75 -
System Red Green Blue C M Y K H S L
Decimal 43 61 187 0.77 0.67 0 0.27 232.5 0.63 0.45
Hex 2B 3D BB 4D 43 0 1B E8 3F 2D
Octal 53 75 273 115 103 0 33 350 77 55
Binary 101011 111101 10111011 1001101 1000011 0 11011 11101000 111111 101101

Color Harmonies of #2B3DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3DBB

Black with #2B3DBB

Text Example


Text Example

White with #2B3DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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