Html Css Color HEX #2D3FBE Persian Blue

📋 copy color: '#2D3FBE'

red 45 ◦ green 63 ◦ blue 190

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

Shades of Persian Blue #2D3FBE

Tints of Persian Blue #2D3FBE

RGB

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

 GREEN value IS 63 (25% from 255) = 21.14%

 BLUE value IS 190 (74.61% from 255) = 63.76%

R = 15.1%
G = 21.14%
B = 63.76%

CMYK

 C value IS 0.76

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2D3FBE (or 0x2D3FBE) is known color: Persian Blue. HEX triplet: 2D, 3F and BE. RGB value is (45,63,190). Sum of RGB (Red+Green+Blue) = 45+63+190=298 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.10% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D3FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D3FBE is #D2C041. Grayscale: #474747. Windows color (decimal): -13811778 or 12468013. OLE color: 12468013.

HSL color Cylindrical-coordinate representation of color #2D3FBE: hue angle of 232.55º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D3FBE is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 63 190 -
CMYK 0.76 0.67 0 0.25
HSL 232.55º 0.62% 0.46% -
HSV(B) 232.55º 0.76% 0.75% -
XYZ 12.15 7.83 49.59 -
YUV 72.1 194.54 108.67 -
System Red Green Blue C M Y K H S L
Decimal 45 63 190 0.76 0.67 0 0.25 232.55 0.62 0.46
Hex 2D 3F BE 4C 43 0 19 E9 3E 2E
Octal 55 77 276 114 103 0 31 351 76 56
Binary 101101 111111 10111110 1001100 1000011 0 11001 11101001 111110 101110

Color Harmonies of #2D3FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3FBE

Black with #2D3FBE

Text Example


Text Example

White with #2D3FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,63,190); }

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

background-color css

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

 a { background-color: rgb(45,63,190); }

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

border-color css

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

 span { border-color: rgb(45,63,190); }

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