Html Css Color HEX #263D60 Catalina Blue

📋 copy color: '#263D60'

red 38 ◦ green 61 ◦ blue 96

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

Shades of Catalina Blue #263D60

Tints of Catalina Blue #263D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 49.23%

R = 19.49%
G = 31.28%
B = 49.23%

CMYK

 C value IS 0.60

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#263D60 (or 0x263D60) is known color: Catalina Blue. HEX triplet: 26, 3D and 60. RGB value is (38,61,96). Sum of RGB (Red+Green+Blue) = 38+61+96=195 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.49% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #263D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D60 is #D9C29F. Grayscale: #393939. Windows color (decimal): -14271136 or 6307110. OLE color: 6307110.

HSL color Cylindrical-coordinate representation of color #263D60: hue angle of 216.21º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #263D60 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 38 61 96 -
CMYK 0.60 0.36 0 0.62
HSL 216.21º 0.43% 0.26% -
HSV(B) 216.21º 0.6% 0.38% -
XYZ 4.58 4.59 11.71 -
YUV 58.11 149.38 113.65 -
System Red Green Blue C M Y K H S L
Decimal 38 61 96 0.60 0.36 0 0.62 216.21 0.43 0.26
Hex 26 3D 60 3C 24 0 3E D8 2B 1A
Octal 46 75 140 74 44 0 76 330 53 32
Binary 100110 111101 1100000 111100 100100 0 111110 11011000 101011 11010

Color Harmonies of #263D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263D60

Black with #263D60

Text Example


Text Example

White with #263D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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