Html Css Color HEX #2633E0 Persian Blue

📋 copy color: '#2633E0'

red 38 ◦ green 51 ◦ blue 224

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

Shades of Persian Blue #2633E0

Tints of Persian Blue #2633E0

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.29%

 BLUE value IS 224 (87.89% from 255) = 71.57%

R = 12.14%
G = 16.29%
B = 71.57%

CMYK

 C value IS 0.83

 M value IS 0.77

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2633E0 (or 0x2633E0) is known color: Persian Blue. HEX triplet: 26, 33 and E0. RGB value is (38,51,224). Sum of RGB (Red+Green+Blue) = 38+51+224=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 224 (87.89% from 255 or 71.57% from 313); Max value from RGB is 224 - color contains mainly: blue. Hex color #2633E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2633E0 is #D9CC1F. Grayscale: #424242. Windows color (decimal): -14273568 or 14693158. OLE color: 14693158.

HSL color Cylindrical-coordinate representation of color #2633E0: hue angle of 235.81º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2633E0 is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 38 51 224 -
CMYK 0.83 0.77 0 0.12
HSL 235.81º 0.75% 0.51% -
HSV(B) 235.81º 0.83% 0.88% -
XYZ 15.44 8.16 71.28 -
YUV 66.84 216.69 107.43 -
System Red Green Blue C M Y K H S L
Decimal 38 51 224 0.83 0.77 0 0.12 235.81 0.75 0.51
Hex 26 33 E0 53 4D 0 C EC 4B 33
Octal 46 63 340 123 115 0 14 354 113 63
Binary 100110 110011 11100000 1010011 1001101 0 1100 11101100 1001011 110011

Color Harmonies of #2633E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2633E0

Black with #2633E0

Text Example


Text Example

White with #2633E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2633E0; }

 p { color: rgb(38,51,224); }

 H1.HeaderClassName
 {
   color: #2633E0;
 }
 .AnyTagClassName
 {
   color: #2633E0;
 }
</style>

background-color css

<style>
 a { background-color: #2633E0; }

 a { background-color: rgb(38,51,224); }

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

border-color css

<style>
 span { border-color: #2633E0; }

 span { border-color: rgb(38,51,224); }

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