Html Css Color HEX #263DB4 Persian Blue

📋 copy color: '#263DB4'

red 38 ◦ green 61 ◦ blue 180

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

Shades of Persian Blue #263DB4

Tints of Persian Blue #263DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 64.52%

R = 13.62%
G = 21.86%
B = 64.52%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#263DB4 (or 0x263DB4) is known color: Persian Blue. HEX triplet: 26, 3D and B4. RGB value is (38,61,180). Sum of RGB (Red+Green+Blue) = 38+61+180=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 180 (70.70% from 255 or 64.52% from 279); Max value from RGB is 180 - color contains mainly: blue. Hex color #263DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263DB4 is #D9C24B. Grayscale: #434343. Windows color (decimal): -14271052 or 11812134. OLE color: 11812134.

HSL color Cylindrical-coordinate representation of color #263DB4: hue angle of 230.28º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #263DB4 is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 38 61 180 -
CMYK 0.79 0.66 0 0.29
HSL 230.28º 0.65% 0.43% -
HSV(B) 230.28º 0.79% 0.71% -
XYZ 10.71 7.04 43.98 -
YUV 67.69 191.38 106.82 -
System Red Green Blue C M Y K H S L
Decimal 38 61 180 0.79 0.66 0 0.29 230.28 0.65 0.43
Hex 26 3D B4 4F 42 0 1D E6 41 2B
Octal 46 75 264 117 102 0 35 346 101 53
Binary 100110 111101 10110100 1001111 1000010 0 11101 11100110 1000001 101011

Color Harmonies of #263DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263DB4

Black with #263DB4

Text Example


Text Example

White with #263DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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