Html Css Color HEX #283DAA Persian Blue

📋 copy color: '#283DAA'

red 40 ◦ green 61 ◦ blue 170

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

Shades of Persian Blue #283DAA

Tints of Persian Blue #283DAA

RGB

 RED value IS 40 (16.02% from 255) = 14.76%

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

 BLUE value IS 170 (66.8% from 255) = 62.73%

R = 14.76%
G = 22.51%
B = 62.73%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#283DAA (or 0x283DAA) is known color: Persian Blue. HEX triplet: 28, 3D and AA. RGB value is (40,61,170). Sum of RGB (Red+Green+Blue) = 40+61+170=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #283DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283DAA is #D7C255. Grayscale: #424242. Windows color (decimal): -14139990 or 11156776. OLE color: 11156776.

HSL color Cylindrical-coordinate representation of color #283DAA: hue angle of 230.31º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #283DAA is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 61 170 -
CMYK 0.76 0.64 0 0.33
HSL 230.31º 0.62% 0.41% -
HSV(B) 230.31º 0.76% 0.67% -
XYZ 9.8 6.69 38.81 -
YUV 67.15 186.04 108.64 -
System Red Green Blue C M Y K H S L
Decimal 40 61 170 0.76 0.64 0 0.33 230.31 0.62 0.41
Hex 28 3D AA 4C 40 0 21 E6 3E 29
Octal 50 75 252 114 100 0 41 346 76 51
Binary 101000 111101 10101010 1001100 1000000 0 100001 11100110 111110 101001

Color Harmonies of #283DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283DAA

Black with #283DAA

Text Example


Text Example

White with #283DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283DAA; }

 p { color: rgb(40,61,170); }

 H1.HeaderClassName
 {
   color: #283DAA;
 }
 .AnyTagClassName
 {
   color: #283DAA;
 }
</style>

background-color css

<style>
 a { background-color: #283DAA; }

 a { background-color: rgb(40,61,170); }

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

border-color css

<style>
 span { border-color: #283DAA; }

 span { border-color: rgb(40,61,170); }

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