Html Css Color HEX #2838CF Persian Blue

📋 copy color: '#2838CF'

red 40 ◦ green 56 ◦ blue 207

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

Shades of Persian Blue #2838CF

Tints of Persian Blue #2838CF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.48%

 BLUE value IS 207 (81.25% from 255) = 68.32%

R = 13.2%
G = 18.48%
B = 68.32%

CMYK

 C value IS 0.81

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2838CF (or 0x2838CF) is known color: Persian Blue. HEX triplet: 28, 38 and CF. RGB value is (40,56,207). Sum of RGB (Red+Green+Blue) = 40+56+207=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 207 (81.25% from 255 or 68.32% from 303); Max value from RGB is 207 - color contains mainly: blue. Hex color #2838CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2838CF is #D7C730. Grayscale: #434343. Windows color (decimal): -14141233 or 13580328. OLE color: 13580328.

HSL color Cylindrical-coordinate representation of color #2838CF: hue angle of 234.25º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2838CF is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 56 207 -
CMYK 0.81 0.73 0 0.19
HSL 234.25º 0.68% 0.48% -
HSV(B) 234.25º 0.81% 0.81% -
XYZ 13.55 7.78 59.82 -
YUV 68.43 206.2 107.72 -
System Red Green Blue C M Y K H S L
Decimal 40 56 207 0.81 0.73 0 0.19 234.25 0.68 0.48
Hex 28 38 CF 51 49 0 13 EA 44 30
Octal 50 70 317 121 111 0 23 352 104 60
Binary 101000 111000 11001111 1010001 1001001 0 10011 11101010 1000100 110000

Color Harmonies of #2838CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2838CF

Black with #2838CF

Text Example


Text Example

White with #2838CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2838CF; }

 p { color: rgb(40,56,207); }

 H1.HeaderClassName
 {
   color: #2838CF;
 }
 .AnyTagClassName
 {
   color: #2838CF;
 }
</style>

background-color css

<style>
 a { background-color: #2838CF; }

 a { background-color: rgb(40,56,207); }

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

border-color css

<style>
 span { border-color: #2838CF; }

 span { border-color: rgb(40,56,207); }

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