Html Css Color HEX #2D3CC9 Persian Blue

📋 copy color: '#2D3CC9'

red 45 ◦ green 60 ◦ blue 201

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

Shades of Persian Blue #2D3CC9

Tints of Persian Blue #2D3CC9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.61%

 BLUE value IS 201 (78.91% from 255) = 65.69%

R = 14.71%
G = 19.61%
B = 65.69%

CMYK

 C value IS 0.78

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2D3CC9 (or 0x2D3CC9) is known color: Persian Blue. HEX triplet: 2D, 3C and C9. RGB value is (45,60,201). Sum of RGB (Red+Green+Blue) = 45+60+201=306 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.71% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 201 (78.91% from 255 or 65.69% from 306); Max value from RGB is 201 - color contains mainly: blue. Hex color #2D3CC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D3CC9 is #D2C336. Grayscale: #474747. Windows color (decimal): -13812535 or 13188141. OLE color: 13188141.

HSL color Cylindrical-coordinate representation of color #2D3CC9: hue angle of 234.23º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D3CC9 is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 45 60 201 -
CMYK 0.78 0.70 0 0.21
HSL 234.23º 0.63% 0.48% -
HSV(B) 234.23º 0.78% 0.79% -
XYZ 13.24 8.01 56.11 -
YUV 71.59 201.03 109.04 -
System Red Green Blue C M Y K H S L
Decimal 45 60 201 0.78 0.70 0 0.21 234.23 0.63 0.48
Hex 2D 3C C9 4E 46 0 15 EA 3F 30
Octal 55 74 311 116 106 0 25 352 77 60
Binary 101101 111100 11001001 1001110 1000110 0 10101 11101010 111111 110000

Color Harmonies of #2D3CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3CC9

Black with #2D3CC9

Text Example


Text Example

White with #2D3CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,60,201); }

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

background-color css

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

 a { background-color: rgb(45,60,201); }

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

border-color css

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

 span { border-color: rgb(45,60,201); }

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