Html Css Color HEX #281DBB Persian Blue

📋 copy color: '#281DBB'

red 40 ◦ green 29 ◦ blue 187

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

Shades of Persian Blue #281DBB

Tints of Persian Blue #281DBB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.33%

 BLUE value IS 187 (73.44% from 255) = 73.05%

R = 15.63%
G = 11.33%
B = 73.05%

CMYK

 C value IS 0.79

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#281DBB (or 0x281DBB) is known color: Persian Blue. HEX triplet: 28, 1D and BB. RGB value is (40,29,187). Sum of RGB (Red+Green+Blue) = 40+29+187=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 187 (73.44% from 255 or 73.05% from 256); Max value from RGB is 187 - color contains mainly: blue. Hex color #281DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281DBB is #D7E244. Grayscale: #313131. Windows color (decimal): -14148165 or 12262696. OLE color: 12262696.

HSL color Cylindrical-coordinate representation of color #281DBB: hue angle of 244.18º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #281DBB is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 29 187 -
CMYK 0.79 0.84 0 0.27
HSL 244.18º 0.73% 0.42% -
HSV(B) 244.18º 0.84% 0.73% -
XYZ 10.28 4.92 47.42 -
YUV 50.3 205.14 120.65 -
System Red Green Blue C M Y K H S L
Decimal 40 29 187 0.79 0.84 0 0.27 244.18 0.73 0.42
Hex 28 1D BB 4F 54 0 1B F4 49 2A
Octal 50 35 273 117 124 0 33 364 111 52
Binary 101000 11101 10111011 1001111 1010100 0 11011 11110100 1001001 101010

Color Harmonies of #281DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281DBB

Black with #281DBB

Text Example


Text Example

White with #281DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281DBB; }

 p { color: rgb(40,29,187); }

 H1.HeaderClassName
 {
   color: #281DBB;
 }
 .AnyTagClassName
 {
   color: #281DBB;
 }
</style>

background-color css

<style>
 a { background-color: #281DBB; }

 a { background-color: rgb(40,29,187); }

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

border-color css

<style>
 span { border-color: #281DBB; }

 span { border-color: rgb(40,29,187); }

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