Html Css Color HEX #273DCD Persian Blue

📋 copy color: '#273DCD'

red 39 ◦ green 61 ◦ blue 205

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

Shades of Persian Blue #273DCD

Tints of Persian Blue #273DCD

RGB

 RED value IS 39 (15.63% from 255) = 12.79%

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

 BLUE value IS 205 (80.47% from 255) = 67.21%

R = 12.79%
G = 20%
B = 67.21%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#273DCD (or 0x273DCD) is known color: Persian Blue. HEX triplet: 27, 3D and CD. RGB value is (39,61,205). Sum of RGB (Red+Green+Blue) = 39+61+205=305 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.79% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 205 (80.47% from 255 or 67.21% from 305); Max value from RGB is 205 - color contains mainly: blue. Hex color #273DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273DCD is #D8C232. Grayscale: #464646. Windows color (decimal): -14205491 or 13450535. OLE color: 13450535.

HSL color Cylindrical-coordinate representation of color #273DCD: hue angle of 232.05º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #273DCD is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 39 61 205 -
CMYK 0.81 0.70 0 0.20
HSL 232.05º 0.68% 0.48% -
HSV(B) 232.05º 0.81% 0.8% -
XYZ 13.52 8.18 58.62 -
YUV 70.84 203.71 105.29 -
System Red Green Blue C M Y K H S L
Decimal 39 61 205 0.81 0.70 0 0.20 232.05 0.68 0.48
Hex 27 3D CD 51 46 0 14 E8 44 30
Octal 47 75 315 121 106 0 24 350 104 60
Binary 100111 111101 11001101 1010001 1000110 0 10100 11101000 1000100 110000

Color Harmonies of #273DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273DCD

Black with #273DCD

Text Example


Text Example

White with #273DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273DCD; }

 p { color: rgb(39,61,205); }

 H1.HeaderClassName
 {
   color: #273DCD;
 }
 .AnyTagClassName
 {
   color: #273DCD;
 }
</style>

background-color css

<style>
 a { background-color: #273DCD; }

 a { background-color: rgb(39,61,205); }

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

border-color css

<style>
 span { border-color: #273DCD; }

 span { border-color: rgb(39,61,205); }

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