Html Css Color HEX #2D3DBE Persian Blue

📋 copy color: '#2D3DBE'

red 45 ◦ green 61 ◦ blue 190

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

Shades of Persian Blue #2D3DBE

Tints of Persian Blue #2D3DBE

RGB

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

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

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

R = 15.2%
G = 20.61%
B = 64.19%

CMYK

 C value IS 0.76

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2D3DBE (or 0x2D3DBE) is known color: Persian Blue. HEX triplet: 2D, 3D and BE. RGB value is (45,61,190). Sum of RGB (Red+Green+Blue) = 45+61+190=296 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.20% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D3DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D3DBE is #D2C241. Grayscale: #464646. Windows color (decimal): -13812290 or 12467501. OLE color: 12467501.

HSL color Cylindrical-coordinate representation of color #2D3DBE: hue angle of 233.38º 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 #2D3DBE is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 61 190 -
CMYK 0.76 0.68 0 0.25
HSL 233.38º 0.62% 0.46% -
HSV(B) 233.38º 0.76% 0.75% -
XYZ 12.05 7.61 49.55 -
YUV 70.92 195.2 109.51 -
System Red Green Blue C M Y K H S L
Decimal 45 61 190 0.76 0.68 0 0.25 233.38 0.62 0.46
Hex 2D 3D BE 4C 44 0 19 E9 3E 2E
Octal 55 75 276 114 104 0 31 351 76 56
Binary 101101 111101 10111110 1001100 1000100 0 11001 11101001 111110 101110

Color Harmonies of #2D3DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3DBE

Black with #2D3DBE

Text Example


Text Example

White with #2D3DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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