Html Css Color HEX #283BB1 Persian Blue

📋 copy color: '#283BB1'

red 40 ◦ green 59 ◦ blue 177

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

Shades of Persian Blue #283BB1

Tints of Persian Blue #283BB1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.38%

 BLUE value IS 177 (69.53% from 255) = 64.13%

R = 14.49%
G = 21.38%
B = 64.13%

CMYK

 C value IS 0.77

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#283BB1 (or 0x283BB1) is known color: Persian Blue. HEX triplet: 28, 3B and B1. RGB value is (40,59,177). Sum of RGB (Red+Green+Blue) = 40+59+177=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 59 (23.44% from 255 or 21.38% from 276); Blue value is 177 (69.53% from 255 or 64.13% from 276); Max value from RGB is 177 - color contains mainly: blue. Hex color #283BB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283BB1 is #D7C44E. Grayscale: #424242. Windows color (decimal): -14140495 or 11615016. OLE color: 11615016.

HSL color Cylindrical-coordinate representation of color #283BB1: hue angle of 231.68º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #283BB1 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 59 177 -
CMYK 0.77 0.67 0 0.31
HSL 231.68º 0.63% 0.43% -
HSV(B) 231.68º 0.77% 0.69% -
XYZ 10.37 6.75 42.35 -
YUV 66.77 190.21 108.91 -
System Red Green Blue C M Y K H S L
Decimal 40 59 177 0.77 0.67 0 0.31 231.68 0.63 0.43
Hex 28 3B B1 4D 43 0 1F E8 3F 2B
Octal 50 73 261 115 103 0 37 350 77 53
Binary 101000 111011 10110001 1001101 1000011 0 11111 11101000 111111 101011

Color Harmonies of #283BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283BB1

Black with #283BB1

Text Example


Text Example

White with #283BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,59,177); }

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

background-color css

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

 a { background-color: rgb(40,59,177); }

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

border-color css

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

 span { border-color: rgb(40,59,177); }

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