Html Css Color HEX #262EDF Persian Blue

📋 copy color: '#262EDF'

red 38 ◦ green 46 ◦ blue 223

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

Shades of Persian Blue #262EDF

Tints of Persian Blue #262EDF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.98%

 BLUE value IS 223 (87.5% from 255) = 72.64%

R = 12.38%
G = 14.98%
B = 72.64%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#262EDF (or 0x262EDF) is known color: Persian Blue. HEX triplet: 26, 2E and DF. RGB value is (38,46,223). Sum of RGB (Red+Green+Blue) = 38+46+223=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 223 (87.5% from 255 or 72.64% from 307); Max value from RGB is 223 - color contains mainly: blue. Hex color #262EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262EDF is #D9D120. Grayscale: #3F3F3F. Windows color (decimal): -14274849 or 14626342. OLE color: 14626342.

HSL color Cylindrical-coordinate representation of color #262EDF: hue angle of 237.41º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #262EDF is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 46 223 -
CMYK 0.83 0.79 0 0.13
HSL 237.41º 0.74% 0.51% -
HSV(B) 237.41º 0.83% 0.87% -
XYZ 15.1 7.69 70.5 -
YUV 63.79 217.85 109.61 -
System Red Green Blue C M Y K H S L
Decimal 38 46 223 0.83 0.79 0 0.13 237.41 0.74 0.51
Hex 26 2E DF 53 4F 0 D ED 4A 33
Octal 46 56 337 123 117 0 15 355 112 63
Binary 100110 101110 11011111 1010011 1001111 0 1101 11101101 1001010 110011

Color Harmonies of #262EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262EDF

Black with #262EDF

Text Example


Text Example

White with #262EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262EDF; }

 p { color: rgb(38,46,223); }

 H1.HeaderClassName
 {
   color: #262EDF;
 }
 .AnyTagClassName
 {
   color: #262EDF;
 }
</style>

background-color css

<style>
 a { background-color: #262EDF; }

 a { background-color: rgb(38,46,223); }

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

border-color css

<style>
 span { border-color: #262EDF; }

 span { border-color: rgb(38,46,223); }

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