Html Css Color HEX #1C3D65 Catalina Blue

📋 copy color: '#1C3D65'

red 28 ◦ green 61 ◦ blue 101

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

Shades of Catalina Blue #1C3D65

Tints of Catalina Blue #1C3D65

RGB

 RED value IS 28 (11.33% from 255) = 14.74%

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

 BLUE value IS 101 (39.84% from 255) = 53.16%

R = 14.74%
G = 32.11%
B = 53.16%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#1C3D65 (or 0x1C3D65) is known color: Catalina Blue. HEX triplet: 1C, 3D and 65. RGB value is (28,61,101). Sum of RGB (Red+Green+Blue) = 28+61+101=190 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.74% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #1C3D65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3D65 is #E3C29A. Grayscale: #373737. Windows color (decimal): -14926491 or 6634780. OLE color: 6634780.

HSL color Cylindrical-coordinate representation of color #1C3D65: hue angle of 212.88º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C3D65 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 28 61 101 -
CMYK 0.72 0.40 0 0.60
HSL 212.88º 0.57% 0.25% -
HSV(B) 212.88º 0.72% 0.4% -
XYZ 4.5 4.52 12.95 -
YUV 55.69 153.57 108.25 -
System Red Green Blue C M Y K H S L
Decimal 28 61 101 0.72 0.40 0 0.60 212.88 0.57 0.25
Hex 1C 3D 65 48 28 0 3C D5 39 19
Octal 34 75 145 110 50 0 74 325 71 31
Binary 11100 111101 1100101 1001000 101000 0 111100 11010101 111001 11001

Color Harmonies of #1C3D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3D65

Black with #1C3D65

Text Example


Text Example

White with #1C3D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C3D65; }

 p { color: rgb(28,61,101); }

 H1.HeaderClassName
 {
   color: #1C3D65;
 }
 .AnyTagClassName
 {
   color: #1C3D65;
 }
</style>

background-color css

<style>
 a { background-color: #1C3D65; }

 a { background-color: rgb(28,61,101); }

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

border-color css

<style>
 span { border-color: #1C3D65; }

 span { border-color: rgb(28,61,101); }

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