Html Css Color HEX #38417B Torea Bay

📋 copy color: '#38417B'

red 56 ◦ green 65 ◦ blue 123

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

Shades of Torea Bay #38417B

Tints of Torea Bay #38417B

RGB

 RED value IS 56 (22.27% from 255) = 22.95%

 GREEN value IS 65 (25.78% from 255) = 26.64%

 BLUE value IS 123 (48.44% from 255) = 50.41%

R = 22.95%
G = 26.64%
B = 50.41%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#38417B (or 0x38417B) is known color: Torea Bay. HEX triplet: 38, 41 and 7B. RGB value is (56,65,123). Sum of RGB (Red+Green+Blue) = 56+65+123=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 123 (48.44% from 255 or 50.41% from 244); Max value from RGB is 123 - color contains mainly: blue. Hex color #38417B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38417B is #C7BE84. Grayscale: #444444. Windows color (decimal): -13090437 or 8077624. OLE color: 8077624.

HSL color Cylindrical-coordinate representation of color #38417B: hue angle of 231.94º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38417B is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 56 65 123 -
CMYK 0.54 0.47 0 0.52
HSL 231.94º 0.37% 0.35% -
HSV(B) 231.94º 0.54% 0.48% -
XYZ 7.1 6.05 19.53 -
YUV 68.92 158.52 118.78 -
System Red Green Blue C M Y K H S L
Decimal 56 65 123 0.54 0.47 0 0.52 231.94 0.37 0.35
Hex 38 41 7B 36 2F 0 34 E8 25 23
Octal 70 101 173 66 57 0 64 350 45 43
Binary 111000 1000001 1111011 110110 101111 0 110100 11101000 100101 100011

Color Harmonies of #38417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38417B

Black with #38417B

Text Example


Text Example

White with #38417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38417B; }

 p { color: rgb(56,65,123); }

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

background-color css

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

 a { background-color: rgb(56,65,123); }

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

border-color css

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

 span { border-color: rgb(56,65,123); }

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