Html Css Color HEX #272BCD Persian Blue

📋 copy color: '#272BCD'

red 39 ◦ green 43 ◦ blue 205

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

Shades of Persian Blue #272BCD

Tints of Persian Blue #272BCD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.98%

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

R = 13.59%
G = 14.98%
B = 71.43%

CMYK

 C value IS 0.81

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#272BCD (or 0x272BCD) is known color: Persian Blue. HEX triplet: 27, 2B and CD. RGB value is (39,43,205). Sum of RGB (Red+Green+Blue) = 39+43+205=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 205 (80.47% from 255 or 71.43% from 287); Max value from RGB is 205 - color contains mainly: blue. Hex color #272BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272BCD is #D8D432. Grayscale: #3B3B3B. Windows color (decimal): -14210099 or 13445927. OLE color: 13445927.

HSL color Cylindrical-coordinate representation of color #272BCD: hue angle of 238.55º 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 #272BCD is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 39 43 205 -
CMYK 0.81 0.79 0 0.20
HSL 238.55º 0.68% 0.48% -
HSV(B) 238.55º 0.81% 0.8% -
XYZ 12.72 6.57 58.35 -
YUV 60.27 209.67 112.83 -
System Red Green Blue C M Y K H S L
Decimal 39 43 205 0.81 0.79 0 0.20 238.55 0.68 0.48
Hex 27 2B CD 51 4F 0 14 EF 44 30
Octal 47 53 315 121 117 0 24 357 104 60
Binary 100111 101011 11001101 1010001 1001111 0 10100 11101111 1000100 110000

Color Harmonies of #272BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272BCD

Black with #272BCD

Text Example


Text Example

White with #272BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272BCD; }

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

 H1.HeaderClassName
 {
   color: #272BCD;
 }
 .AnyTagClassName
 {
   color: #272BCD;
 }
</style>

background-color css

<style>
 a { background-color: #272BCD; }

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

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

border-color css

<style>
 span { border-color: #272BCD; }

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

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