Html Css Color HEX #2632EB Persian Blue

📋 copy color: '#2632EB'

red 38 ◦ green 50 ◦ blue 235

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

Shades of Persian Blue #2632EB

Tints of Persian Blue #2632EB

RGB

 RED value IS 38 (15.23% from 255) = 11.76%

 GREEN value IS 50 (19.92% from 255) = 15.48%

 BLUE value IS 235 (92.19% from 255) = 72.76%

R = 11.76%
G = 15.48%
B = 72.76%

CMYK

 C value IS 0.84

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2632EB (or 0x2632EB) is known color: Persian Blue. HEX triplet: 26, 32 and EB. RGB value is (38,50,235). Sum of RGB (Red+Green+Blue) = 38+50+235=323 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.76% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 235 (92.19% from 255 or 72.76% from 323); Max value from RGB is 235 - color contains mainly: blue. Hex color #2632EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2632EB is #D9CD14. Grayscale: #424242. Windows color (decimal): -14273813 or 15413798. OLE color: 15413798.

HSL color Cylindrical-coordinate representation of color #2632EB: hue angle of 236.35º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2632EB is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 38 50 235 -
CMYK 0.84 0.79 0 0.08
HSL 236.35º 0.83% 0.54% -
HSV(B) 236.35º 0.84% 0.92% -
XYZ 16.94 8.69 79.38 -
YUV 67.5 222.52 106.96 -
System Red Green Blue C M Y K H S L
Decimal 38 50 235 0.84 0.79 0 0.08 236.35 0.83 0.54
Hex 26 32 EB 54 4F 0 8 EC 53 36
Octal 46 62 353 124 117 0 10 354 123 66
Binary 100110 110010 11101011 1010100 1001111 0 1000 11101100 1010011 110110

Color Harmonies of #2632EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2632EB

Black with #2632EB

Text Example


Text Example

White with #2632EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2632EB; }

 p { color: rgb(38,50,235); }

 H1.HeaderClassName
 {
   color: #2632EB;
 }
 .AnyTagClassName
 {
   color: #2632EB;
 }
</style>

background-color css

<style>
 a { background-color: #2632EB; }

 a { background-color: rgb(38,50,235); }

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

border-color css

<style>
 span { border-color: #2632EB; }

 span { border-color: rgb(38,50,235); }

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