Html Css Color HEX #274365 Catalina Blue

📋 copy color: '#274365'

red 39 ◦ green 67 ◦ blue 101

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

Shades of Catalina Blue #274365

Tints of Catalina Blue #274365

RGB

 RED value IS 39 (15.63% from 255) = 18.84%

 GREEN value IS 67 (26.56% from 255) = 32.37%

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

R = 18.84%
G = 32.37%
B = 48.79%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#274365 (or 0x274365) is known color: Catalina Blue. HEX triplet: 27, 43 and 65. RGB value is (39,67,101). Sum of RGB (Red+Green+Blue) = 39+67+101=207 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.84% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 101 (39.84% from 255 or 48.79% from 207); Max value from RGB is 101 - color contains mainly: blue. Hex color #274365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274365 is #D8BC9A. Grayscale: #3E3E3E. Windows color (decimal): -14204059 or 6636327. OLE color: 6636327.

HSL color Cylindrical-coordinate representation of color #274365: hue angle of 212.9º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #274365 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 39 67 101 -
CMYK 0.61 0.34 0 0.60
HSL 212.9º 0.44% 0.27% -
HSV(B) 212.9º 0.61% 0.4% -
XYZ 5.19 5.39 13.08 -
YUV 62.5 149.72 111.24 -
System Red Green Blue C M Y K H S L
Decimal 39 67 101 0.61 0.34 0 0.60 212.9 0.44 0.27
Hex 27 43 65 3D 22 0 3C D5 2C 1B
Octal 47 103 145 75 42 0 74 325 54 33
Binary 100111 1000011 1100101 111101 100010 0 111100 11010101 101100 11011

Color Harmonies of #274365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274365

Black with #274365

Text Example


Text Example

White with #274365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274365; }

 p { color: rgb(39,67,101); }

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

background-color css

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

 a { background-color: rgb(39,67,101); }

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

border-color css

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

 span { border-color: rgb(39,67,101); }

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