Html Css Color HEX #283CAA Persian Blue

📋 copy color: '#283CAA'

red 40 ◦ green 60 ◦ blue 170

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

Shades of Persian Blue #283CAA

Tints of Persian Blue #283CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.22%

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

R = 14.81%
G = 22.22%
B = 62.96%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#283CAA (or 0x283CAA) is known color: Persian Blue. HEX triplet: 28, 3C and AA. RGB value is (40,60,170). Sum of RGB (Red+Green+Blue) = 40+60+170=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #283CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283CAA is #D7C355. Grayscale: #424242. Windows color (decimal): -14140246 or 11156520. OLE color: 11156520.

HSL color Cylindrical-coordinate representation of color #283CAA: hue angle of 230.77º 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 #283CAA is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 60 170 -
CMYK 0.76 0.65 0 0.33
HSL 230.77º 0.62% 0.41% -
HSV(B) 230.77º 0.76% 0.67% -
XYZ 9.75 6.59 38.79 -
YUV 66.56 186.37 109.06 -
System Red Green Blue C M Y K H S L
Decimal 40 60 170 0.76 0.65 0 0.33 230.77 0.62 0.41
Hex 28 3C AA 4C 41 0 21 E7 3E 29
Octal 50 74 252 114 101 0 41 347 76 51
Binary 101000 111100 10101010 1001100 1000001 0 100001 11100111 111110 101001

Color Harmonies of #283CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283CAA

Black with #283CAA

Text Example


Text Example

White with #283CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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