Html Css Color HEX #263DB0 Persian Blue

📋 copy color: '#263DB0'

red 38 ◦ green 61 ◦ blue 176

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

Shades of Persian Blue #263DB0

Tints of Persian Blue #263DB0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.18%

 BLUE value IS 176 (69.14% from 255) = 64%

R = 13.82%
G = 22.18%
B = 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

#263DB0 (or 0x263DB0) is known color: Persian Blue. HEX triplet: 26, 3D and B0. RGB value is (38,61,176). Sum of RGB (Red+Green+Blue) = 38+61+176=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 176 (69.14% from 255 or 64% from 275); Max value from RGB is 176 - color contains mainly: blue. Hex color #263DB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263DB0 is #D9C24F. Grayscale: #424242. Windows color (decimal): -14271056 or 11549990. OLE color: 11549990.

HSL color Cylindrical-coordinate representation of color #263DB0: hue angle of 230º 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 #263DB0 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 38 61 176 -
CMYK 0.78 0.65 0 0.31
HSL 230º 0.64% 0.42% -
HSV(B) 230º 0.78% 0.69% -
XYZ 10.3 6.88 41.86 -
YUV 67.23 189.38 107.15 -
System Red Green Blue C M Y K H S L
Decimal 38 61 176 0.78 0.65 0 0.31 230 0.64 0.42
Hex 26 3D B0 4E 41 0 1F E6 40 2A
Octal 46 75 260 116 101 0 37 346 100 52
Binary 100110 111101 10110000 1001110 1000001 0 11111 11100110 1000000 101010

Color Harmonies of #263DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263DB0

Black with #263DB0

Text Example


Text Example

White with #263DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,61,176); }

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

background-color css

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

 a { background-color: rgb(38,61,176); }

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

border-color css

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

 span { border-color: rgb(38,61,176); }

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