Html Css Color HEX #38909B Scooter

📋 copy color: '#38909B'

red 56 ◦ green 144 ◦ blue 155

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

Shades of Scooter #38909B

Tints of Scooter #38909B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.56%

 BLUE value IS 155 (60.94% from 255) = 43.66%

R = 15.77%
G = 40.56%
B = 43.66%

CMYK

 C value IS 0.64

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38909B (or 0x38909B) is known color: Scooter. HEX triplet: 38, 90 and 9B. RGB value is (56,144,155). Sum of RGB (Red+Green+Blue) = 56+144+155=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #38909B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38909B is #C76F64. Grayscale: #767676. Windows color (decimal): -13070181 or 10195000. OLE color: 10195000.

HSL color Cylindrical-coordinate representation of color #38909B: hue angle of 186.67º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38909B is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 144 155 -
CMYK 0.64 0.07 0 0.39
HSL 186.67º 0.47% 0.41% -
HSV(B) 186.67º 0.64% 0.61% -
XYZ 17.52 23.15 34.56 -
YUV 118.94 148.35 83.11 -
System Red Green Blue C M Y K H S L
Decimal 56 144 155 0.64 0.07 0 0.39 186.67 0.47 0.41
Hex 38 90 9B 40 7 0 27 BB 2F 29
Octal 70 220 233 100 7 0 47 273 57 51
Binary 111000 10010000 10011011 1000000 111 0 100111 10111011 101111 101001

Color Harmonies of #38909B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38909B

Black with #38909B

Text Example


Text Example

White with #38909B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,144,155); }

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

background-color css

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

 a { background-color: rgb(56,144,155); }

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

border-color css

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

 span { border-color: rgb(56,144,155); }

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