Html Css Color HEX #263EAF Persian Blue

📋 copy color: '#263EAF'

red 38 ◦ green 62 ◦ blue 175

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

Shades of Persian Blue #263EAF

Tints of Persian Blue #263EAF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.55%

 BLUE value IS 175 (68.75% from 255) = 63.64%

R = 13.82%
G = 22.55%
B = 63.64%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#263EAF (or 0x263EAF) is known color: Persian Blue. HEX triplet: 26, 3E and AF. RGB value is (38,62,175). Sum of RGB (Red+Green+Blue) = 38+62+175=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 175 (68.75% from 255 or 63.64% from 275); Max value from RGB is 175 - color contains mainly: blue. Hex color #263EAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263EAF is #D9C150. Grayscale: #434343. Windows color (decimal): -14270801 or 11484710. OLE color: 11484710.

HSL color Cylindrical-coordinate representation of color #263EAF: hue angle of 229.49º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #263EAF is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 38 62 175 -
CMYK 0.78 0.65 0 0.31
HSL 229.49º 0.64% 0.42% -
HSV(B) 229.49º 0.78% 0.69% -
XYZ 10.26 6.95 41.36 -
YUV 67.71 188.55 106.81 -
System Red Green Blue C M Y K H S L
Decimal 38 62 175 0.78 0.65 0 0.31 229.49 0.64 0.42
Hex 26 3E AF 4E 41 0 1F E5 40 2A
Octal 46 76 257 116 101 0 37 345 100 52
Binary 100110 111110 10101111 1001110 1000001 0 11111 11100101 1000000 101010

Color Harmonies of #263EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263EAF

Black with #263EAF

Text Example


Text Example

White with #263EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263EAF; }

 p { color: rgb(38,62,175); }

 H1.HeaderClassName
 {
   color: #263EAF;
 }
 .AnyTagClassName
 {
   color: #263EAF;
 }
</style>

background-color css

<style>
 a { background-color: #263EAF; }

 a { background-color: rgb(38,62,175); }

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

border-color css

<style>
 span { border-color: #263EAF; }

 span { border-color: rgb(38,62,175); }

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