Html Css Color HEX #2D2FBB Persian Blue

📋 copy color: '#2D2FBB'

red 45 ◦ green 47 ◦ blue 187

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

Shades of Persian Blue #2D2FBB

Tints of Persian Blue #2D2FBB

RGB

 RED value IS 45 (17.97% from 255) = 16.13%

 GREEN value IS 47 (18.75% from 255) = 16.85%

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

R = 16.13%
G = 16.85%
B = 67.03%

CMYK

 C value IS 0.76

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2D2FBB (or 0x2D2FBB) is known color: Persian Blue. HEX triplet: 2D, 2F and BB. RGB value is (45,47,187). Sum of RGB (Red+Green+Blue) = 45+47+187=279 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.13% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 187 (73.44% from 255 or 67.03% from 279); Max value from RGB is 187 - color contains mainly: blue. Hex color #2D2FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D2FBB is #D2D044. Grayscale: #3D3D3D. Windows color (decimal): -13815877 or 12267309. OLE color: 12267309.

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

Color convert

RGB 45 47 187 -
CMYK 0.76 0.75 0 0.27
HSL 239.15º 0.61% 0.45% -
HSV(B) 239.15º 0.76% 0.73% -
XYZ 11.07 6.18 47.62 -
YUV 62.36 198.34 115.62 -
System Red Green Blue C M Y K H S L
Decimal 45 47 187 0.76 0.75 0 0.27 239.15 0.61 0.45
Hex 2D 2F BB 4C 4B 0 1B EF 3D 2D
Octal 55 57 273 114 113 0 33 357 75 55
Binary 101101 101111 10111011 1001100 1001011 0 11011 11101111 111101 101101

Color Harmonies of #2D2FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2FBB

Black with #2D2FBB

Text Example


Text Example

White with #2D2FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,47,187); }

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

background-color css

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

 a { background-color: rgb(45,47,187); }

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

border-color css

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

 span { border-color: rgb(45,47,187); }

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