Html Css Color HEX #273FDA Persian Blue

📋 copy color: '#273FDA'

red 39 ◦ green 63 ◦ blue 218

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

Shades of Persian Blue #273FDA

Tints of Persian Blue #273FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.13%

R = 12.19%
G = 19.69%
B = 68.13%

CMYK

 C value IS 0.82

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#273FDA (or 0x273FDA) is known color: Persian Blue. HEX triplet: 27, 3F and DA. RGB value is (39,63,218). Sum of RGB (Red+Green+Blue) = 39+63+218=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 218 (85.55% from 255 or 68.12% from 320); Max value from RGB is 218 - color contains mainly: blue. Hex color #273FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273FDA is #D8C025. Grayscale: #484848. Windows color (decimal): -14204966 or 14303015. OLE color: 14303015.

HSL color Cylindrical-coordinate representation of color #273FDA: hue angle of 231.96º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #273FDA is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 39 63 218 -
CMYK 0.82 0.71 0 0.15
HSL 231.96º 0.71% 0.5% -
HSV(B) 231.96º 0.82% 0.85% -
XYZ 15.27 9.05 67.27 -
YUV 73.49 209.55 103.4 -
System Red Green Blue C M Y K H S L
Decimal 39 63 218 0.82 0.71 0 0.15 231.96 0.71 0.5
Hex 27 3F DA 52 47 0 F E8 47 32
Octal 47 77 332 122 107 0 17 350 107 62
Binary 100111 111111 11011010 1010010 1000111 0 1111 11101000 1000111 110010

Color Harmonies of #273FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273FDA

Black with #273FDA

Text Example


Text Example

White with #273FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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