Html Css Color HEX #273FDD Persian Blue

📋 copy color: '#273FDD'

red 39 ◦ green 63 ◦ blue 221

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

Shades of Persian Blue #273FDD

Tints of Persian Blue #273FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 68.42%

R = 12.07%
G = 19.5%
B = 68.42%

CMYK

 C value IS 0.82

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#273FDD (or 0x273FDD) is known color: Persian Blue. HEX triplet: 27, 3F and DD. RGB value is (39,63,221). Sum of RGB (Red+Green+Blue) = 39+63+221=323 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.07% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #273FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273FDD is #D8C022. Grayscale: #494949. Windows color (decimal): -14204963 or 14499623. OLE color: 14499623.

HSL color Cylindrical-coordinate representation of color #273FDD: hue angle of 232.09º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #273FDD is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 63 221 -
CMYK 0.82 0.71 0 0.13
HSL 232.09º 0.73% 0.51% -
HSV(B) 232.09º 0.82% 0.87% -
XYZ 15.67 9.21 69.36 -
YUV 73.84 211.05 103.15 -
System Red Green Blue C M Y K H S L
Decimal 39 63 221 0.82 0.71 0 0.13 232.09 0.73 0.51
Hex 27 3F DD 52 47 0 D E8 49 33
Octal 47 77 335 122 107 0 15 350 111 63
Binary 100111 111111 11011101 1010010 1000111 0 1101 11101000 1001001 110011

Color Harmonies of #273FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273FDD

Black with #273FDD

Text Example


Text Example

White with #273FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,63,221); }

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

background-color css

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

 a { background-color: rgb(39,63,221); }

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

border-color css

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

 span { border-color: rgb(39,63,221); }

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