Html Css Color HEX #273FDE Persian Blue

📋 copy color: '#273FDE'

red 39 ◦ green 63 ◦ blue 222

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

Shades of Persian Blue #273FDE

Tints of Persian Blue #273FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 68.52%

R = 12.04%
G = 19.44%
B = 68.52%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#273FDE (or 0x273FDE) is known color: Persian Blue. HEX triplet: 27, 3F and DE. RGB value is (39,63,222). Sum of RGB (Red+Green+Blue) = 39+63+222=324 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.04% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 222 (87.11% from 255 or 68.52% from 324); Max value from RGB is 222 - color contains mainly: blue. Hex color #273FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273FDE is #D8C021. Grayscale: #494949. Windows color (decimal): -14204962 or 14565159. OLE color: 14565159.

HSL color Cylindrical-coordinate representation of color #273FDE: hue angle of 232.13º 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 #273FDE is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 63 222 -
CMYK 0.82 0.72 0 0.13
HSL 232.13º 0.73% 0.51% -
HSV(B) 232.13º 0.82% 0.87% -
XYZ 15.8 9.26 70.06 -
YUV 73.95 211.55 103.07 -
System Red Green Blue C M Y K H S L
Decimal 39 63 222 0.82 0.72 0 0.13 232.13 0.73 0.51
Hex 27 3F DE 52 48 0 D E8 49 33
Octal 47 77 336 122 110 0 15 350 111 63
Binary 100111 111111 11011110 1010010 1001000 0 1101 11101000 1001001 110011

Color Harmonies of #273FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273FDE

Black with #273FDE

Text Example


Text Example

White with #273FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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